QUOT(8) BSD System Manager's Manual QUOT(8)
quot - display disk space occupied by each user
quot [-acfhknv] [filesystem ...]
quot is used to gather statistics about the disk usage for each local
user.
The options are as follows:
-a Include statistics for all mounted filesystems.
-c 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.
-f For each user, display count of files and space occupied.
-h Estimate the number of blocks in each file based on its size.
Despite that this doesn't give the correct results (it doesn't
account for the holes in files), this option isn't any faster and
thus is discouraged.
-k By default, all sizes are reported in 512-byte block counts. The
-k options causes the numbers to be reported in kilobyte counts.
-n 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:
# ncheck filesystem | sort +0n | quot -n filesystem
to get a report of files and their owners.
-v In addition to the default output, display the number of files
not accessed within 30, 60 and 90 days.
BLOCKSIZE If the environment variable BLOCKSIZE is set, and the -k op-
tion 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)
MirOS BSD #10-current February 8, 1994 1
Generated on 2013-04-27 00:20:00 by $MirOS: src/scripts/roff2htm,v 1.77 2013/01/01 20:49:09 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2013 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.