quota(1) quota(1)
NAME
quota - display disk usage and limits
SYNOPSIS
quota [ -nv ] [ user ... ]
DESCRIPTION
quota displays users' disk usage (in kilobytes) and limits. Only the
super-user may use the optional user argument to view the limits of
another user.
If a -n flag is supplied, quota will only display user's quotas for local
file systems. Remotely mounted file systems are ignored.
Normally, output pertaining to only those filesystems where the user has
exceeded his or her quota is displayed. The -v flag causes quota to
report the user's quotas even if they have not been exceeded.
quota reports only on file systems which have disk quotas. Remotely
mounted file systems which are mounted with the noquota option or without
the quota option (see fstab(4)) are ignored.
BUGS
EFS does not keep quota accounting for users who do not have quota
limits.
EFS filesystems do not keep accurate quota accounting when quota limits
are added or removed; quotacheck(1M) must be run to rectify its records.
FILES
/etc/mtab mounted file systems
SEE ALSO
quotactl(2), quotaon(1M), fstab(4), edquota(1M), repquota(1M),
quotaon(1M)
Page 1