All rights reserved, please indicate the source when citing
repquota Displaying Filesystem Quotas
The repquota (report quota) command is used to display filesystem quotas. Its syntax is repquota [OPTIONS] [FILESYSTEM].
Some common repquota options include:
- -a or --all: Show reports for all filesystems with disk quotas enabled.
- -g or --group: Show group quotas.
- -u or --user: Show user quotas.
- -s or --summary: Generate a summary-style report that summarizes disk quota usage for all users or groups.
- -h or --help: Display command help information.
- -V or --version: Display command version information.
Examples:
# requota /home ← Display quotas for the "/home" filesystem
# requota /dev/sda2 ←Display quotas for the "/dev/sda2" filesystem
# requota -au ← Display user quotas for partitions with quotas set in "/etc/fstab" |
For more examples and explanations of repquota, refer to the provided link.