logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Quota - Control Disk Space Usage | Online Free DevTools by Hexmos

Control disk space usage with Quota. Manage allocated limits and monitor storage for users and groups across different file systems. Free online tool, no registration required.

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|--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}}

See Also