mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 03:15:37 +02:00
fix format
This commit is contained in:
parent
49771b150e
commit
b38c300b91
1 changed files with 5 additions and 0 deletions
|
@ -3,16 +3,21 @@
|
|||
> Display users' disk space usage and allocated limits.
|
||||
|
||||
- Show disk quotas for the current user:
|
||||
|
||||
`quota`
|
||||
|
||||
- Verbose output (also display quotas on filesystems where no storage is allocated)
|
||||
|
||||
`quota -v`
|
||||
|
||||
- Quiet output (only display quotas on filesystems where usage is over quota)
|
||||
|
||||
`quota -q`
|
||||
|
||||
- Print quotas for the groups of which the current user is a member:
|
||||
|
||||
`quota -g`
|
||||
|
||||
- Show disk quotas for another user (must be superuser to do this):
|
||||
|
||||
`sudo quota -u {{username}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue