• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

edquota Command Examples in Linux

by Deepika

The “edquota” command in Linux is used to edit user or group quota information on a specified file system. Quotas are used to limit the amount of file system space a user or group can consume. The “edquota” command opens a text editor, typically vi, which allows the user to edit the quota information for a specified user or group. This command is typically used by system administrators to manage the disk usage on a Linux system.

edquota Command Examples

1. Edit quota of the current user:

# edquota --user $(whoami)

2. Edit quota of a specific user:

# sudo edquota --user username

3. Edit quota for a group:

# sudo edquota --group group

4. Restrict operations to a given filesystem (by default edquota operates on all filesystems with quotas):

# sudo edquota --file-system filesystem

5. Edit the default grace period:

# sudo edquota -t

6. Duplicate a quota to other users:

# sudo edquota -p reference_user destination_user1 destination_user2

Filed Under: Linux

Some more articles you might also be interested in …

  1. bluetoothd: command not found
  2. mh_lint Command Examples
  3. couchdb: Command-line interface for Apache CouchDB database server
  4. rpcinfo: command not found
  5. license Command Examples
  6. lvm Command Examples in Linux
  7. datamash: command not found
  8. cwebp: Compress an image file to a WebP file
  9. vncviewer Command Examples in Linux
  10. scontrol: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright