commands.sh

quota

all

Display users' disk space usage and allocated limits.

More info →

Options (5)

-s, --human-readableboolean

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

Example: quota {{[-s|--human-readable]}}
-v, --verboseboolean

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

Example: quota {{[-v|--verbose]}}
-q, --quietboolean

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

Example: quota {{[-q|--quiet]}}
-g, --groupboolean

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

Example: quota {{[-g|--group]}}
-u, --userboolean

Show disk quotas for another user

Example: sudo quota {{[-u|--user]}} {{username}}

Examples (5)

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
made by @shridhargupta | data from tldr-pages