quot(8)
NAME
quot − summarize file system ownership
SYNTAX
quot [ option... ] [ filesystem ]
DESCRIPTION
The quot command prints the number of blocks in the named filesystem currently owned by each user. If no filesystem is named, a default name is assumed. The default name is obtained from the file system information table (/etc/fstab) by searching for the file system associated with the /usr directory.
OPTIONS
−c Print three columns giving file size in blocks, number of files of that size, and cumulative total of blocks in that size or smaller file.
−f Print count of number of files as well as space owned by each user.
−n Cause the pipeline ncheck filesystem | sort +0n | quot −n filesystem to produce a list of all files and their owners.
RESTRICTIONS
Holes in files are counted as if they actually occupied space.
DIAGNOSTICS
If no filesystem is given and no filesystem is mounted on the /usr directory, an error message is printed.
FILES
/dev/r??? - filesystem
/etc/fstab - default file system name
/etc/passwd - to get user names