All Posts programming quota: display disk space usage and allocated limits

quota: display disk space usage and allocated limits

Β· 143 words Β· 1 minute read

What is quota ? πŸ”—

quota is a tool to display users’ disk space usage and allocated limits.

More information: https://manned.org/quota .

Usage πŸ”—

Show disk quotas in human-readable units for the current user:

quota [-s|--human-readable]

Verbose output (also display quotas on filesystems where no storage is allocated):

quota [-v|--verbose]

Quiet output (only display quotas on filesystems where usage is over quota):

quota [-q|--quiet]

Print quotas for the groups of which the current user is a member:

quota [-g|--group]

Show disk quotas for another user:

sudo quota [-u|--user] username

I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .