add quota.md (fixes #832)

waldyrious/alt-syntax
Waldir Pimenta 2016-06-25 01:17:37 +01:00 committed by GitHub
parent 5d7e09afc4
commit 49771b150e
1 changed files with 18 additions and 0 deletions

18
pages/common/quota.md Normal file
View File

@ -0,0 +1,18 @@
# 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}}`