repquota(8) — Maintenance
NAME
repquota − Summarizes filesystem quotas
SYNOPSIS
/usr/sbin/repquota [-guv] filesystem ...
/usr/sbin/repquota -a [-guv]
DESCRIPTION
The repquota command prints a summary of the disk usage and quotas for the specified filesystems. By default, both user and group quota are displayed (if they exist).
For each user or group, the current number of files and amount of space (in block sizes of 1024 byte blocks) is printed, as well as any quotas created with edquota.
repquota must be run by a user with superuser authority.
FLAGS
-aPrints quota for all the filesystems listed in /etc/fstab.
-gPrints group quotas only.
-uPrints user quotas only.
-vPrints a header line before the information for each filesystem.
FILES
/usr/sbin/repquota
Specifies the command path
[filesystem_root]/quota.user
Contains user quotas for filesystem
[filesystem_root]/quota.group
Contains user quotas for filesystem
/etc/fstabContains filesystem names and locations
RELATED INFORMATION
Commands: edquota(8), fsck(8), quota(1), quotacheck(8), quotaon(8).
Functions: quotactl(2).
Files: fstab(4).