xref: /original-bsd/usr.bin/quota/quota.1 (revision a9c19d04)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)quota.1 6.1 (Berkeley) 04/29/85

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)