xref: /original-bsd/usr.bin/quota/quota.1 (revision c95cd016)
Copyright (c) 1983 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that this notice is preserved and that due credit is given
to the University of California at 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'' without express or implied warranty.

@(#)quota.1 6.2 (Berkeley) 05/20/88

QUOTA 1 ""
C 5
NAME
quota - display disc usage and limits
SYNOPSIS
quota [ -qv ] [ user ]
DESCRIPTION
Quota displays users' disc usage and limits. Only the super-user may use the optional user argument to view the limits of users other than himself.

The -q flag prints a more terse message, containing only information on file systems where usage is over quota.

If a -v flag is supplied, quota will also display user's quotas on file systems where no storage is allocated.

Quota reports only on file systems which have disc quotas. If quota exits with a non-zero status, one or more file systems are over quota.

"SEE ALSO"
quota(2), quotaon(8)