mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 04:55:23 +02:00
Tweaked quota example
This commit is contained in:
parent
db766044de
commit
d0ebfa44a5
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
> Display users' disk space usage and allocated limits.
|
> Display users' disk space usage and allocated limits.
|
||||||
|
|
||||||
- Show disk quotas for the current user:
|
- Show disk quotas in human readable units for the current user:
|
||||||
|
|
||||||
`quota`
|
`quota -s`
|
||||||
|
|
||||||
- Verbose output (also display quotas on filesystems where no storage is allocated):
|
- Verbose output (also display quotas on filesystems where no storage is allocated):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue