BSD 4_3_Tahoe release
[unix-history] / usr / src / man / man8 / quot.8
.\" 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.2 (Berkeley) 4/18/88
.\"
.TH QUOT 8 "April 18, 1988"
.UC 4
.SH NAME
quot \- summarize file system ownership
.SH SYNOPSIS
.B /etc/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)