repquota(1M) repquota(1M)
NAME
repquota - summarize quotas for a local filesystem
SYNOPSIS
/usr/etc/repquota [ -sv ] filesystem ...
/usr/etc/repquota [ -sv ] [ -a ]
/usr/etc/repquota [ -e outputfile ] filesystem ...
/usr/etc/repquota [ -e outputfile ] [ -a ]
DESCRIPTION
repquota outputs a summary of the disk usage and quotas for the specified
filesystems for all users declared in the local /etc/passwd file. For
each user the current number of files and amount of space (in kilobytes)
is printed, along with any quotas created with edquota(1M). Using
repquota, it is possible to obtain information about the overall XFS
quota system as well as output XFS quota limits in a format understood by
edquota.
OPTIONS
-a Report on all filesystems indicated in /etc/fstab to be read-write
and have quotas turned on.
-s Report statistics on XFS quota internals such as the space occupied
by quota information and quota on/off status. This information is
encapsulated in fsquotastat structure defined in <sys/quota.h>.
-e Append all quota limits of all users in /etc/passwd to the file
outputfile in a format that edquota can read in. This, for example,
is very useful in preserving the limits of a large number of users
for later use.
-v Report all quotas, even if there is no usage.
Only the superuser can view quotas which are not their own. XFS
filesystems do keep accounting information for the superuser; however,
limits are never imposed.
FILES
quotas quota file at the EFS filesystem root
/etc/fstab default filesystems
/etc/passwd list of user accounts on the system.
BUGS
repquota only displays quota information for users declared in
/etc/passwd file on the local system.
repquota does not work over remotely mounted filesystems.
Options -s, -e do not work on EFS filesystems.
Page 1
repquota(1M) repquota(1M)
SEE ALSO
edquota(1M), quota(1), quotacheck(1M), quotaon(1M), quotactl(2).
Page 2