man.bsd.lv manual page server

Manual Page Search Parameters

QUOT(8) System Manager's Manual QUOT(8)

quotdisplay total block usage per user for a file system

quot [-ncf] [filesystem ...]

The quot command displays the total count of blocks owned by a user for the filesystem filesystem. If the filesystem option filesystem is not specified, the file systems listed in /etc/fstab are used. The following options are available:
Display information on file size and block usage. The file sizes are listed in the first column, the second column contains a count of how many files of that size were found and the third column lists the cumulative block usage for the displayed size and all smaller files.
For each user, the number of files (inodes) owned is displayed in addition to the block usage.
A list sorted by block usage is displayed. This is the result of quot executing the following command:
ncheck filesystem | sort +0n | quot -n filesystem

ls(1), du(1)

The quot command appeared in Version 7 AT&T UNIX/32V.

BSD 4 June 6, 1993 QUOT(8)