1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/quota.md
Starbeamrainbowlabs 497a561ae1 Update quota.md
2017-05-24 09:32:16 +01:00

23 lines
483 B
Markdown

# quota
> Display users' disk space usage and allocated limits.
- Show disk quotas in human readable units for the current user:
`quota -s`
- 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:
`sudo quota -u {{username}}`