2016-10-03 15:53:51 +01:00
|
|
|
# repquota
|
|
|
|
|
|
|
|
> Display a summary of existing file quotas for a filesystem.
|
2022-03-21 17:07:48 +00:00
|
|
|
> More information: <https://manned.org/repquota>.
|
2016-10-03 15:53:51 +01:00
|
|
|
|
|
|
|
- Report stats for all quotas in use:
|
|
|
|
|
|
|
|
`sudo repquota -all`
|
|
|
|
|
|
|
|
- Report quota stats for all users, even those who aren't using any of their quota:
|
|
|
|
|
2016-10-24 08:38:52 +01:00
|
|
|
`sudo repquota -v {{filesystem}}`
|
2016-10-03 15:53:51 +01:00
|
|
|
|
2016-10-24 08:38:52 +01:00
|
|
|
- Report on quotas for users only:
|
2016-10-03 15:53:51 +01:00
|
|
|
|
2016-10-24 08:38:52 +01:00
|
|
|
`repquota --user {{filesystem}}`
|
2016-10-03 15:53:51 +01:00
|
|
|
|
2016-10-24 08:38:52 +01:00
|
|
|
- Report on quotas for groups only:
|
2016-10-03 15:53:51 +01:00
|
|
|
|
2016-10-24 08:38:52 +01:00
|
|
|
`sudo repquota --group {{filesystem}}`
|
2016-10-03 15:53:51 +01:00
|
|
|
|
|
|
|
- Report on used quota and limits in a human-readable format:
|
|
|
|
|
|
|
|
`sudo repquota --human-readable {{filesystem}}`
|
|
|
|
|
|
|
|
- Report on all quotas for users and groups in a human-readable format:
|
|
|
|
|
2016-10-24 08:38:52 +01:00
|
|
|
`sudo repquota -augs`
|