Forrest logo
back to context overview

quota

List of commands for quota:

  • quota:tldr:08cdf quota: Show disk quotas in human-readable units for the current user.
    $ quota -s
    try on your machine
    explain this command
  • quota:tldr:21b8c quota: Print quotas for the groups of which the current user is a member.
    $ quota -g
    try on your machine
    explain this command
  • quota:tldr:34a95 quota: Quiet output (only display quotas on filesystems where usage is over quota).
    $ quota -q
    try on your machine
    explain this command
  • quota:tldr:96252 quota: Show disk quotas for another user.
    $ sudo quota -u ${username}
    try on your machine
    explain this command
  • quota:tldr:dffe0 quota: Verbose output (also display quotas on filesystems where no storage is allocated).
    $ quota -v
    try on your machine
    explain this command
back to context overview