Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

repquota(8) [centos man page]

REPQUOTA(8)						      System Manager's Manual						       REPQUOTA(8)

NAME
repquota - summarize quotas for a filesystem SYNOPSIS
/usr/sbin/repquota [ -vspiug ] [ -c | -C ] [ -t | -n ] [ -F format-name ] filesystem... /usr/sbin/repquota [ -avtpsiug ] [ -c | -C ] [ -t | -n ] [ -F format-name ] DESCRIPTION
repquota prints a summary of the disc usage and quotas for the specified file systems. For each user the current number of files and amount of space (in kilobytes) is printed, along with any quota limits set with edquota(8) or setquota(8). In the second column repquota prints two characters marking which limits are exceeded. If user is over his space softlimit or reaches his space hardlimit in case soft- limit is unset, the first character is '+'. Otherwise the character printed is '-'. The second character denotes the state of inode usage analogously. repquota has to translate ids of all users/groups to names (unless option -n was specified) so it may take a while to print all the infor- mation. To make translating as fast as possible repquota tries to detect (by reading /etc/nsswitch.conf) whether entries are stored in standard plain text file or in a database and either translates chunks of 1024 names or each name individually. You can override this autodetection by -c or -C options. OPTIONS
-a, --all Report on all filesystems indicated in /etc/mtab to be read-write with quotas. -v, --verbose Report all quotas, even if there is no usage. Be also more verbose about quotafile information. -c, --cache Cache entries to report and translate uids/gids to names in big chunks by scanning all users (default). This is good (fast) behav- iour when using /etc/passwd file. -C, --no-cache Translate individual entries. This is faster when you have users stored in database. -t, --truncate-names Truncate user/group names longer than 9 characters. This results in nicer output when there are such names. -n, --no-names Don't resolve UIDs/GIDs to names. This can speedup printing a lot. -s, --human-readable Try to report used space, number of used inodes and limits in more appropriate units than the default ones. -p, --raw-grace When user is in grace period, report time in seconds since epoch when his grace time runs out (or has run out). Field is '0' when no grace time is in effect. This is especially useful when parsing output by a script. -i, --no-autofs Ignore mountpoints mounted by automounter. -F, --format=format-name Report quota for specified format (ie. don't perform format autodetection). Possible format names are: vfsold Original quota format with 16-bit UIDs / GIDs, vfsv0 Quota format with 32-bit UIDs / GIDs, 64-bit space usage, 32-bit inode usage and limits, vfsv1 Quota format with 64-bit quota limits and usage, xfs (quota on XFS filesystem) -g, --group Report quotas for groups. -u, --user 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 file at the filesystem root (version 2 quota, non-XFS filesystems) quota.user or quota.group quota file at the filesystem root (version 1 quota, non-XFS filesystems) /etc/mtab default filesystems /etc/passwd default set of users /etc/group default set of groups SEE ALSO
quota(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8), quota_nld(8), setquota(8), warnquota(8) 4th Berkeley Distribution REPQUOTA(8)

Check Out this Related Man Page

QUOTA(1)						      General Commands Manual							  QUOTA(1)

NAME
quota - display disk usage and limits SYNOPSIS
quota [ -F format-name ] [ -guqvswi ] [ -l | [ -QAm ]] quota [ -F format-name ] [ -qvswi ] [ -l | [ -QAm ]] -u user... quota [ -F format-name ] [ -qvswi ] [ -l | [ -QAm ]] -g group... quota [ -F format-name ] [ -qvswugQm ] -f filesystem... DESCRIPTION
quota displays users' disk usage and limits. By default only the user quotas are printed. quota reports the quotas of all the filesystems listed in /etc/mtab. For filesystems that are NFS-mounted a call to the rpc.rquotad on the server machine is performed to get the information. OPTIONS
-F, --format=format-name Show quota for specified format (ie. don't perform format autodetection). Possible format names are: vfsold Original quota format with 16-bit UIDs / GIDs, vfsv0 Quota format with 32-bit UIDs / GIDs, 64-bit space usage, 32-bit inode usage and limits, vfsv1 Quota format with 64-bit quota limits and usage, rpc (quota over NFS), xfs (quota on XFS filesystem) -g, --group Print group quotas for the group of which the user is a member. The optional group argument(s) restricts the display to the speci- fied group(s). -u, --user flag is equivalent to the default. -v, --verbose will display quotas on filesystems where no storage is allocated. -s, --human-readable option will make quota(1) try to choose units for showing limits, used space and used inodes. --always-resolve Always try to translate user / group name to uid / gid even if the name is composed of digits only. -p, --raw-grace When user is in grace period, report time in seconds since epoch when his grace time runs out (or has run out). Field is '0' when no grace time is in effect. This is especially useful when parsing output by a script. -i, --no-autofs ignore mountpoints mounted by automounter -l, --local-only report quotas only on local filesystems (ie. ignore NFS mounted filesystems). -A, --all-nfs report quotas for all NFS filesystems even if they report to be on the same device. -f, --filesystem-list report quotas only for filesystems specified on command line. -m, --no-mixed-pathnames Currently, pathnames of NFSv4 mountpoints are sent without leading slash in the path. rpc.rquotad uses this to recognize NFSv4 mounts and properly prepend pseudoroot of NFS filesystem to the path. If you specify this option, quota will always send paths with a leading slash. This can be useful for legacy reasons but be aware that quota over RPC will stop working if you are using new rpc.rquotad. -q, --quiet Print a more terse message, containing only information on filesystems where usage is over quota. -Q, --quiet-refuse Do not print error message if connection to rpc.rquotad is refused (usually this happens when rpc.rquotad is not running on the server). -w, --no-wrap Do not wrap the line if the device name is too long. This can be useful when parsing the output of quota(1) by a script. --show-mntpoint Show also mount point as a filesystem identification. --hide-device Do not show device name in a filesystem identification. Specifying both -g and -u displays both the user quotas and the group quotas (for the user). Only the super-user may use the -u flag and the optional user argument to view the limits of other users. Non-super-users can use the the -g flag and optional group argument to view only the limits of groups of which they are members. The -q flag takes precedence over the -v flag. DIAGNOSTICS
If quota exits with a non-zero status, one or more filesystems are over quota. FILES
aquota.user or aquota.group quota file at the filesystem root (version 2 quota, non-XFS filesystems) quota.user or quota.group quota file at the filesystem root (version 1 quota, non-XFS filesystems) /etc/mtab default filesystems SEE ALSO
quotactl(2), fstab(5), edquota(8), quotacheck(8), quotaon(8), quota_nld(8), repquota(8), warnquota(8), setquota(8) QUOTA(1)
Man Page