fix format
This commit is contained in:
@@ -3,16 +3,21 @@
|
|||||||
> Display users' disk space usage and allocated limits.
|
> Display users' disk space usage and allocated limits.
|
||||||
|
|
||||||
- Show disk quotas for the current user:
|
- Show disk quotas for the current user:
|
||||||
|
|
||||||
`quota`
|
`quota`
|
||||||
|
|
||||||
- Verbose output (also display quotas on filesystems where no storage is allocated)
|
- Verbose output (also display quotas on filesystems where no storage is allocated)
|
||||||
|
|
||||||
`quota -v`
|
`quota -v`
|
||||||
|
|
||||||
- Quiet output (only display quotas on filesystems where usage is over quota)
|
- Quiet output (only display quotas on filesystems where usage is over quota)
|
||||||
|
|
||||||
`quota -q`
|
`quota -q`
|
||||||
|
|
||||||
- Print quotas for the groups of which the current user is a member:
|
- Print quotas for the groups of which the current user is a member:
|
||||||
|
|
||||||
`quota -g`
|
`quota -g`
|
||||||
|
|
||||||
- Show disk quotas for another user (must be superuser to do this):
|
- Show disk quotas for another user (must be superuser to do this):
|
||||||
|
|
||||||
`sudo quota -u {{username}}`
|
`sudo quota -u {{username}}`
|
||||||
|
Reference in New Issue
Block a user