cleanups, add manual page
[unix-history] / usr / src / usr.bin / quota / quota.1
.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms are permitted
.\" provided that the above copyright notice and this paragraph are
.\" duplicated in all such forms and that any documentation,
.\" advertising materials, and other materials related to such
.\" distribution and use acknowledge that the software was developed
.\" by the University of California, Berkeley. The name of the
.\" University may not be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.\" @(#)quota.1 6.3 (Berkeley) %G%
.\"
.TH QUOTA 1 ""
.UC 5
.SH NAME
quota \- display disc usage and limits
.SH SYNOPSIS
.B quota
[
.B \-qv
] [
user
]
.SH DESCRIPTION
.I Quota
displays users' disc usage and limits.
Only the super-user may use the optional
.I user
argument to view the limits of users other than
himself.
.PP
The
.B \-q
flag prints a more terse message,
containing only information
on file systems where usage is over quota.
.PP
If a
.B \-v
flag is supplied,
.I quota
will also display user's quotas on file systems
where no storage is allocated.
.PP
.I Quota
reports only on file systems which have
disc quotas.
If
.I quota
exits with a non-zero status, one or more file
systems are over quota.
.SH "SEE ALSO"
quota(2), quotaon(8)