1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 21:55:24 +02:00
tldr/pages/common/quota.md

25 lines
611 B
Markdown
Raw Normal View History

2016-06-25 01:17:37 +01:00
# quota
> Display users' disk space usage and allocated limits.
> More information: <https://manned.org/quota>.
2016-06-25 01:17:37 +01:00
- Show disk quotas in human-readable units for the current user:
2016-06-25 09:42:42 +01:00
`quota {{[-s|--human-readable]}}`
2016-06-25 01:17:37 +01:00
2016-06-25 09:44:23 +01:00
- Verbose output (also display quotas on filesystems where no storage is allocated):
2016-06-25 09:42:42 +01:00
`quota {{[-v|--verbose]}}`
2016-06-25 01:17:37 +01:00
2016-06-25 09:44:23 +01:00
- Quiet output (only display quotas on filesystems where usage is over quota):
2016-06-25 09:42:42 +01:00
`quota {{[-q|--quiet]}}`
2016-06-25 01:17:37 +01:00
- Print quotas for the groups of which the current user is a member:
2016-06-25 09:42:42 +01:00
`quota {{[-g|--group]}}`
2016-06-25 01:17:37 +01:00
2017-05-23 20:08:45 +01:00
- Show disk quotas for another user:
2016-06-25 09:42:42 +01:00
`sudo quota {{[-u|--user]}} {{username}}`