mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
Merge pull request #927 from tldr-pages/quota
add quota.md (fixes #832)
This commit is contained in:
commit
13b6439a9b
23
pages/common/quota.md
Normal file
23
pages/common/quota.md
Normal file
@ -0,0 +1,23 @@
|
||||
# quota
|
||||
|
||||
> 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…
Reference in New Issue
Block a user