GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
QUOT(8) FreeBSD System Manager's Manual QUOT(8)

quot
display disk space occupied by each user

quot [-acfhknv] [filesystem ...]

The quot utility is used to gather statistics about the disk usage for each local user.

The following options are available:

Include statistics for all mounted file systems.
Display three columns containing number of blocks per file, number of files in this category, and aggregate total of blocks in files with this or lower size.
For each user, display count of files and space occupied.
Estimate the number of blocks in each file based on its size. Despite that this does not give the correct results (it does not account for the holes in files), this option is not any faster and thus is discouraged.
Force the numbers to be reported in kilobyte counts. By default, all sizes are reported in 512-byte block counts.
Given a list of inodes (plus some optional data on each line) in the standard input, for each file print out the owner (plus the remainder of the input line). This is traditionally used in the pipe:
ls -i | sed -e 's,^  *,,' | sort -k 1n | quot -n filesystem
    

to get a report of files and their owners.

In addition to the default output, display the number of files not accessed within 30, 60 and 90 days.

If the environment variable BLOCKSIZE is set, and the -k option is not specified, the block counts will be displayed in units of that size block.

df(1), quota(1), getmntinfo(3), fstab(5), mount(8)

This implementation of quot is by Wolfgang Solfrank / TooLs GmbH.

ncheck (which would be a lot more useful than ls -i in the example above) does not exist in FreeBSD.
February 8, 1994 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.