Linux Comm Edquota
# Linux edquota Command
[ Linux Command Manual](#)
The Linux edquota command is used to edit the disk quota for a user or group.
By default, edquota uses vi to edit the disk quota settings for the user or group.
### Syntax
edquota [user_or_group_name...]
or
edquota -t
**Parameters**:
* -u Sets the disk quota for a user. This is the default parameter.
* -g Sets the disk quota for a group.
* -p Applies the disk quota settings of the source user to other users or groups.
* -t Sets the grace period.
[ Linux Command Manual](#)
YouTip