4.3BSD-Reno/src/usr.sbin/quot/quot.8

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"	@(#)quot.8	6.3 (Berkeley) 6/24/90
.\"
.TH QUOT 8 "June 24, 1990"
.UC 4
.SH NAME
quot \- summarize file system ownership
.SH SYNOPSIS
.B quot
[ -ncf ] [ filesystem ... ]
.SH DESCRIPTION
.I Quot
prints the number of blocks in the named
.I filesystem
currently owned by each user.
If no 
.I filesystem
is named, the file systems listed in \fI/etc/fstab\fP are used.
The following options are available:
.TP
.B \-n
Cause the pipeline
.B "ncheck filesystem | sort +0n | quot \-n filesystem
to produce a list of all files and their owners.
.TP
.B \-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.
.TP
.B \-f
Print count of number of files as well as space owned by each user.
.SH "SEE ALSO"
ls(1), du(1)