Options (5)
-s, --human-readablebooleanShow disk quotas in human-readable units for the current user
Example:
quota {{[-s|--human-readable]}}-v, --verbosebooleanVerbose output (also display quotas on filesystems where no storage is allocated)
Example:
quota {{[-v|--verbose]}}-q, --quietbooleanQuiet output (only display quotas on filesystems where usage is over quota)
Example:
quota {{[-q|--quiet]}}-g, --groupbooleanPrint quotas for the groups of which the current user is a member
Example:
quota {{[-g|--group]}}-u, --userbooleanShow 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]made by @shridhargupta | data from tldr-pages