Linux Comm Repquota
# Linux repquota Command
[ Linux Command Manual](#)
The Linux repquota command is used to check the status of disk space limits.
Executing the repquota command reports the status of disk space limits, allowing you to clearly see how much space each user or group has used.
### Syntax
repquota [filesystem...]
**Parameter Description**:
* -a Lists the usage status of partitions with quota settings in the /etc/fstab file, including users and groups.
* -g Lists the disk space limits for all groups.
* -u Lists the disk space limits for all users.
* -v Displays all space limits for the specified user or group.
[ Linux Command Manual](#)
YouTip