
quota
List of commands for quota:
-
quota:tldr:08cdf quota: Show disk quotas in human-readable units for the current user.$ quota -stry on your machineexplain this command
-
quota:tldr:21b8c quota: Print quotas for the groups of which the current user is a member.$ quota -gtry on your machineexplain this command
-
quota:tldr:34a95 quota: Quiet output (only display quotas on filesystems where usage is over quota).$ quota -qtry on your machineexplain this command
-
quota:tldr:96252 quota: Show disk quotas for another user.$ sudo quota -u ${username}try on your machineexplain this command
-
quota:tldr:dffe0 quota: Verbose output (also display quotas on filesystems where no storage is allocated).$ quota -vtry on your machineexplain this command