comment out debug
[unix-history] / usr / src / usr.sbin / quot / quot.8
CommitLineData
2d795b31
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
b63001f1 5.\" @(#)quot.8 6.2 (Berkeley) %G%
2d795b31 6.\"
27eecfa1 7.TH QUOT 8 ""
2d795b31
KM
8.UC 4
9.SH NAME
10quot \- summarize file system ownership
11.SH SYNOPSIS
12.B /etc/quot
b63001f1 13[ -ncf ] [ filesystem ... ]
2d795b31
KM
14.SH DESCRIPTION
15.I Quot
16prints the number of blocks in the named
17.I filesystem
18currently owned by each user.
19If no
20.I filesystem
b63001f1 21is named, the file systems listed in \fI/etc/fstab\fP are used.
2d795b31
KM
22The following options are available:
23.TP
24.B \-n
25Cause the pipeline
26.B "ncheck filesystem | sort +0n | quot \-n filesystem
27to produce a list of all files and their owners.
28.TP
29.B \-c
30Print three columns giving file size in blocks, number of
31files of that size, and cumulative total of blocks
32in that size or smaller file.
33.TP
34.B \-f
35Print count of number of files as well as space owned by each user.
2d795b31
KM
36.SH "SEE ALSO"
37ls(1), du(1)