REPQUOTA(8) REPQUOTA(8)
NAME
repquota - summarize quotas for a filesystem
SYNOPSIS
/usr/sbin/repquota [ -vsiug ] [ -c | -C ] [ -t | -n ] [ -F format-name
] filesystem...
/usr/sbin/repquota [ -avtsiug ] [ -c | -C ] [ -t | -n ] [ -F format-
name ]
DESCRIPTION
repquota prints a summary of the disc usage and quotas for the speci-
fied file(1,n) systems. For each user the current number of files and
amount of space (in(1,8) kilobytes) is printed, along with any quotas cre-
ated with edquota(8). As repquota has to translate ids of all
users(1,5)/groups to names (unless option -n was specified) it may take a
while to print all the information. To make translating as fast as pos-
sible repquota tries to detect (by reading /etc/nsswitch.conf) whether
entries are stored in(1,8) standard plain text file(1,n) or in(1,8) database and
either translates chunks of 1024 names or each name individually. You
can override this autodetection by -c or -C options.
OPTIONS
-a Report on all filesystems indicated in(1,8) /etc/mtab to be read-
write(1,2) with quotas.
-v Report all quotas, even if(3,n) there is no usage. Be also more ver-
bose about quotafile information.
-c Cache entries to report and translate uids/gids to names in(1,8) big
chunks by scanning all users(1,5) (default). This is good (fast) be-
haviour when using /etc/passwd(1,5) file.
-C Translate individual entries. This is faster when you have users(1,5)
stored in(1,8) database.
-t Truncate user/group names longer than 9 characters. This results
in(1,8) nicer output when there are such names.
-n Don't resolve UIDs/GIDs to names. This can speedup printing a
lot.
-s Try to report used space, number of used inodes and limits in(1,8)
more appropriate units(1,7) than the default ones.
-i Ignore mountpoints mounted by automounter.
-F format-name
Report quota(1,8) for specified format (ie. don't perform format
autodetection). Possible format names are: vfsold (version(1,3,5) 1
quota(1,8)), vfsv0 (version(1,3,5) 2 quota(1,8)), xfs (quota(1,8) on XFS filesystem)
-g Report quotas for groups.
-u Report quotas for users. This is the default.
Only the super-user may view quotas which are not their own.
FILES
aquota.user or aquota.group
quota(1,8) file(1,n) at the filesystem root (version(1,3,5) 2 quota(1,8),
non-XFS filesystems)
quota.user or quota.group
quota(1,8) file(1,n) at the filesystem root (version(1,3,5) 1 quota(1,8),
non-XFS filesystems)
/etc/mtab default filesystems
/etc/passwd(1,5) default set(7,n,1 builtins) of users(1,5)
/etc/group default set(7,n,1 builtins) of groups
SEE ALSO
quota(1,8)(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8),
setquota(8)
4th Berkeley Distribution REPQUOTA(8)