English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux edquota command

Linux Command大全

The Linux edquota command is used to edit the disk quota settings for users or groups.

The edquota command will use vi to edit the disk quota settings for users or groups by default.

Syntax

edquota [-p <source user name>][-ug][user or group name...]

or

edquota [-ug] -t

Parameters:

  • -u Set the disk quota for the user, which is the default parameter.
  • -g Set the disk quota for the group.
  • -p<source user name> Apply the disk quota settings of the source user to other users or groups.
  • -t Set the grace period.

Linux Command大全