Forrest logo
back to context overview

quotacheck

List of commands for quotacheck:

  • quotacheck:tldr:0a146 quotacheck: Check quotas on a given filesystem, displaying the progress.
    $ sudo quotacheck --verbose ${mountpoint}
    try on your machine
    explain this command
  • quotacheck:tldr:0eee1 quotacheck: Force check even if quotas are enabled (this can cause damage or loss to quota files).
    $ sudo quotacheck --force ${mountpoint}
    try on your machine
    explain this command
  • quotacheck:tldr:2d6b9 quotacheck: Check quotas on all mounted non-NFS filesystems.
    $ sudo quotacheck --all
    try on your machine
    explain this command
  • quotacheck:tldr:5c9d8 quotacheck: Check quotas on a given filesystem in debug mode.
    $ sudo quotacheck --debug ${mountpoint}
    try on your machine
    explain this command
  • quotacheck:tldr:71dfd quotacheck: Check group quotas.
    $ sudo quotacheck --group ${group} ${mountpoint}
    try on your machine
    explain this command
  • quotacheck:tldr:970dc quotacheck: Check user quotas.
    $ sudo quotacheck --user ${user} ${mountpoint}
    try on your machine
    explain this command
back to context overview