2016-10-03 15:53:51 +01:00
|
|
|
# repquota
|
|
|
|
|
|
|
|
> Display a summary of existing file quotas for a filesystem.
|
2022-03-22 03:07:48 +10:00
|
|
|
> More information: <https://manned.org/repquota>.
|
2016-10-03 15:53:51 +01:00
|
|
|
|
|
|
|
- Report stats for all quotas in use:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo repquota {{[-a|--all]}}`
|
2016-10-03 15:53:51 +01:00
|
|
|
|
|
|
|
- Report quota stats for all users, even those who aren't using any of their quota:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo repquota {{[-v|--verbose]}} {{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
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`repquota {{[-u|--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
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo repquota {{[-g|--group]}} {{filesystem}}`
|
2016-10-03 15:53:51 +01:00
|
|
|
|
|
|
|
- Report on used quota and limits in a human-readable format:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo repquota {{[-s|--human-readable]}} {{filesystem}}`
|
2016-10-03 15:53:51 +01:00
|
|
|
|
|
|
|
- Report on all quotas for users and groups in a human-readable format:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo repquota {{[-augs|--all --user --group --human-readable]}}`
|