From 869fe242340fefe0540fdcf51698ba4c3c8c07bb Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Fri, 23 Mar 2001 12:03:26 +0000 Subject: Initial revision --- quota.1 | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 quota.1 (limited to 'quota.1') diff --git a/quota.1 b/quota.1 new file mode 100644 index 0000000..fec0b29 --- /dev/null +++ b/quota.1 @@ -0,0 +1,100 @@ +.TH QUOTA 1 +.SH NAME +quota \- display disk usage and limits +.SH SYNOPSIS +quota [ +.B -n +] [ +.B -guv | q +] +.br +quota [ +.B -n +] [ +.B -uv | q +] user +.br +quota [ +.B -n +] [ +.B -gv | q +] group +.SH DESCRIPTION +.B Quota +displays users' disk usage and limits. +By default only the user quotas are printed. +.PP +.B Quota +reports the quotas of all the filesystems listed in +.B /etc/mtab. +For filesystems that are NFS-mounted a call to the rpc.rquotad on +the server machine is performed to get the information. +.SH OPTIONS +.TP +.B \-n +Print info on numeric arguments e.g. uids and gids instead of users and groups +.TP +.B \-g +Print group quotas for the group +of which the user is a member. +The optional +.TP +.B \-u +flag is equivalent to the default. +.TP +.B \-v +will display quotas on filesystems +where no storage is allocated. +.TP +.B -q +Print a more terse message, +containing only information +on filesystems where usage is over quota. +.LP +Specifying both +.B \-g +and +.B \-u +displays both the user quotas and the group quotas (for +the user). +.LP +Only the super-user may use the +.B \-u +flag and the optional +.B user +argument to view the limits of other users. +Non-super-users can use the the +.B \-g +flag and optional +.B group +argument to view only the limits of groups of which they are members. +.LP +The +.B \-q +flag takes precedence over the +.B \-v +flag. +.SH DIAGNOSTICS +If +.B quota +exits with a non-zero status, one or more filesystems +are over quota. +.SH FILES +.PD 0 +.TP 20 +.B aquota.user or aquota.group +quota file at the filesystem root (version 2 quota, non-XFS filesystems) +.TP 20 +.B quota.user or quota.group +quota file at the filesystem root (version 1 quota, non-XFS filesystems) +.TP +.B /etc/mtab +default filesystems +.PD +.SH SEE ALSO +.BR quotactl (2), +.BR fstab (5), +.BR edquota (8), +.BR quotacheck (8), +.BR quotaon (8), +.BR repquota (8) -- cgit v1.2.3