Forrest logo
back to context overview

repquota

List of commands for repquota:

  • repquota:tldr:1aefe repquota: Report on quotas for groups only.
    $ sudo repquota --group ${filesystem}
    try on your machine
    explain this command
  • repquota:tldr:1b930 repquota: Report on used quota and limits in a human-readable format.
    $ sudo repquota --human-readable ${filesystem}
    try on your machine
    explain this command
  • repquota:tldr:21490 repquota: Report stats for all quotas in use.
    $ sudo repquota -all
    try on your machine
    explain this command
  • repquota:tldr:cdd96 repquota: Report on all quotas for users and groups in a human-readable format.
    $ sudo repquota -augs
    try on your machine
    explain this command
  • repquota:tldr:fc839 repquota: Report quota stats for all users, even those who aren't using any of their quota.
    $ sudo repquota -v ${filesystem}
    try on your machine
    explain this command
  • repquota:tldr:ffdf4 repquota: Report on quotas for users only.
    $ repquota --user ${filesystem}
    try on your machine
    explain this command
back to context overview