NAME
repquota — summarize file system quotas
SYNOPSIS
/usr/sbin/repquota
[-guv]
filesystem ...
/usr/sbin/repquota
[-guv]
-a
DESCRIPTION
The
repquota
command prints a summary of disk usage and quotas
for each specified
filesystem.
filesystem
is either the name of the directory on which the file system is mounted
or the name of the device containing the file system.
For each user and group, the current number of files and amount
of space (in kilobytes) is printed, along with any quotas created with
edquota
(see
edquota(1M)).
Options
repquota
recognizes the following options:
- -a
Report on all appropriate file systems in
/etc/fstab.
- -g
Report quotas for groups only.
- -u
Report quotas for users only.
This is the default.
- -v
Report all quotas, even if there is no usage.
EXTERNAL INFLUENCES
Environment Variables
LC_MESSAGES
determines the language in which messages are displayed.
If
LC_MESSAGES
is not specified in the environment or is set to
the empty string, the value of
LANG
is used as a default for each
unspecified or empty variable.
If
LANG
is not specified or is set to the empty string, a default of "C" (see
lang(5))
is used instead of
LANG.
If any internationalization variable contains an invalid setting,
repquota
behaves as if all internationalization variables are set to "C".
See
environ(5).
International Code Set Support
Single and multi-byte character code sets are supported.
AUTHOR
Disk Quotas were developed by the University of California, Berkeley,
Sun Microsystems, and HP.
FILES
- /etc/fstab
Static information about the file systems
- /etc/mnttab
Mounted file system table
- directory/quota.group
- directory/quotas
Group and user quota statistics static storage
for a file system respectively, where
directory
is the root of the file system as specified to the
mount
command (see
mount(1M)).