Forrest logo
back to context overview

edquota

List of commands for edquota:

  • edquota:tldr:06d20 edquota: Duplicate a quota to other users.
    $ sudo edquota -p ${reference_user} ${destination_user1} ${destination_user2}
    try on your machine
    explain this command
  • edquota:tldr:2bfdd edquota: Edit quota of the current user.
    $ edquota --user $(whoami)
    try on your machine
    explain this command
  • edquota:tldr:d643c edquota: Edit quota for a group.
    $ sudo edquota --group ${group}
    try on your machine
    explain this command
  • edquota:tldr:d700c edquota: Edit quota of a specific user.
    $ sudo edquota --user ${username}
    try on your machine
    explain this command
  • edquota:tldr:f9329 edquota: Restrict operations to a given filesystem (by default edquota operates on all filesystems with quotas).
    $ sudo edquota --file-system ${filesystem}
    try on your machine
    explain this command
  • edquota:tldr:fb31a edquota: Edit the default grace period.
    $ sudo edquota -t
    try on your machine
    explain this command
back to context overview