System Grab Bag

View all TLDR pages from common (or from all pages)

quota

Display users' disk space usage and allocated limits. More information: https://manned.org/quota.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.