repquota(1M) repquota(1M)
NAME [Toc] [Back]
repquota - summarize file system quotas
SYNOPSIS [Toc] [Back]
/usr/sbin/repquota [-v] filesystem ...
/usr/sbin/repquota [-v] -a
DESCRIPTION [Toc] [Back]
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, the current number of files and amount of space (in
Kbytes) is printed, along with any quotas created with edquota (see
edquota(1M)).
Options [Toc] [Back]
repquota recognizes the following options:
-a Report on all appropriate file systems in /etc/fstab.
-v Report all quotas, even if there is no usage.
EXTERNAL INFLUENCES [Toc] [Back]
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 [Toc] [Back]
Single- and multi-byte character code sets are supported.
AUTHOR [Toc] [Back]
Disk Quotas were developed by the University of California, Berkeley,
Sun Microsystems, and HP.
FILES [Toc] [Back]
/etc/fstab Static information about the file systems
Hewlett-Packard Company - 1 - HP-UX 11i Version 2: August 2003
repquota(1M) repquota(1M)
/etc/mnttab Mounted file system table
directory/quotas Quota statistics static storage for the file
system, where directory is the root of the
file system as interpreted by mount (see
mount(1M)).
SEE ALSO [Toc] [Back]
edquota(1M), mount(1M), quota(5).
Hewlett-Packard Company - 2 - HP-UX 11i Version 2: August 2003 [ Back ] |