QUOT(8) | MidnightBSD 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:
-a
-c
-f
-h
-k
-n
ls -i | sed -e 's,^ *,,' | sort -k 1n | quot -n filesystem
to get a report of files and their owners.
-v
BLOCKSIZE
BLOCKSIZE
is set, and
the -k
option is not specified, the block counts
will be displayed in units of that size block.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 | midnightbsd-3.1 |