mirror of https://github.com/CrimsonTome/tldr.git
Update repquota.md (#1108)
Later versions of repquota do not allow to view quota for individual users - use the quota command for that. Also added the {{filesystem}} parameter as required.waldyrious/alt-syntax
parent
2f5af7f829
commit
a0633df4cf
|
@ -8,19 +8,15 @@
|
|||
|
||||
- Report quota stats for all users, even those who aren't using any of their quota:
|
||||
|
||||
`sudo repquota -v`
|
||||
`sudo repquota -v {{filesystem}}`
|
||||
|
||||
- Report on quotas for current user:
|
||||
- Report on quotas for users only:
|
||||
|
||||
`repquota --user {{current_user}}`
|
||||
`repquota --user {{filesystem}}`
|
||||
|
||||
- Report on quotas for another user:
|
||||
- Report on quotas for groups only:
|
||||
|
||||
`sudo repquota --user {{another_user}}`
|
||||
|
||||
- Report on quotas for user groups:
|
||||
|
||||
`sudo repquota --group {{group}}`
|
||||
`sudo repquota --group {{filesystem}}`
|
||||
|
||||
- Report on used quota and limits in a human-readable format:
|
||||
|
||||
|
@ -28,4 +24,4 @@
|
|||
|
||||
- Report on all quotas for users and groups in a human-readable format:
|
||||
|
||||
`sudo repquota -augs {{filesystem}}`
|
||||
`sudo repquota -augs`
|
||||
|
|
Loading…
Reference in New Issue