Add define for Kirk Smith's USR Courier driver. Change default baud
[unix-history] / usr / src / usr.bin / quota / quota.1
CommitLineData
f0eb59c6
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
bbfa0197 5.\" @(#)quota.1 6.1 (Berkeley) %G%
f0eb59c6 6.\"
bbfa0197 7.TH QUOTA 1 ""
f0eb59c6
KM
8.UC 5
9.SH NAME
10quota \- display disc usage and limits
11.SH SYNOPSIS
12.B quota
13[
14.B \-qv
15] [
16user
17]
18.SH DESCRIPTION
19.I Quota
20displays users' disc usage and limits.
21Only the super-user may use the optional
22.I user
23argument to view the limits of users other than
24himself.
25.PP
26The
27.B \-q
28flag prints a more terse message,
29containing only information
30on file systems where usage is over quota.
31.PP
32If a
33.B \-v
34flag is supplied,
35.I quota
36will also display user's quotas on file systems
37where no storage is allocated.
38.PP
39.I Quota
40reports only on file systems which have
41disc quotas.
42If
43.I quota
44exits with a non-zero status, one or more file
45systems are over quota.
46.SH "SEE ALSO"
47quota(2), quotaon(8)