repquota - summarize quotas for a filesystem
/usr/etc/repquota [ -vugems ] filesystem...
/usr/etc/repquota [ -avugems ]
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 quotas created with edquota(8).
|
-a |
Report on all filesystems indicated in /etc/fstab to be readwrite with quotas. |
|
|
-v -g -u -e |
Report all quotas, even if there is no usage. Report quotas for groups. Report quotas for users. This is the default. Report all quota limits of all users in /etc/passwd to the standard output stream in a format that setquota can read in. This is very useful in preserving the limits of a large number of users for later use. It can be useful to backup programs (it is used by xfsdump, for example, if quota are enabled on an XFS filesystem). |
|
|
-m |
Use the list of mounted filesystems from /etc/mtab instead of the static filesystem list in /etc/fstab. |
|
|
-s |
Report status of XFS quota internals such as the space occupied by quota information and quota on/off status. |
Only the superuser may view quotas which are not their own.
|
quotas |
quota file at the filesystem root |
quota(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8)