xref: /original-bsd/usr.sbin/repquota/repquota.8 (revision 2e5c0888)
Copyright (c) 1983, 1990 Regents of the University of California.
All rights reserved.

This code is derived from software contributed to Berkeley by
Robert Elz at The University of Melbourne.

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.

@(#)repquota.8 6.4 (Berkeley) 05/06/90

REPQUOTA 8 ""
C 5
NAME
repquota - summarize quotas for a file system
SYNOPSIS
repquota [ -v ] [ -g ] [ -u ] filesystem ...

repquota [ -v ] [ -g ] [ -u ] -a

DESCRIPTION
Repquota prints a summary of the disk usage and quotas for the specified file systems. If the -a flag is used, repquota prints the quotas of all the filesystems listed in /etc/fstab .

By default both user and group quotas are printed if they exist. The optional -g flag specifies that only group quotas should be printed. The optional -u flag specifies that only user quotas should be printed. Specifying both -g and -u is equivalent to the default.

For each user or group, the current number files and amount of space (in kilobytes) is printed, along with any quotas created with edquota (8). If the -v flag is specified, a header line is printed preceding each filesystems quotas.

Only members of the operator group or the super-user may use this command.

FILES
quota.user at the filesystem root with user quotas

quota.group at the filesystem root with group quotas

/etc/fstab for file system names and locations

SEE ALSO
quota(1), quotactl(2), fstab(5), edquota(8), quotacheck(8), quotaon(8)
DIAGNOSTICS
Various messages about inaccessible files; self-explanatory.