This command modifies a user quota or a group quota.
Usage
userquota modify --id ID
[--grace-period]
[--soft-limit]
[--hard-limit]
[--hard-limit-inodes]
[--soft-limit-inodes]Required Parameters
| The ID of the user/group quota you want to modify. |
Options to Set User/Group Quota Limits
| The soft limit of capacity usage for the user or group. When this limit is reached, a notification email is sent, and the grace period countdown commences. Writes are blocked only after the grace period expires. Specify LIMIT as a number followed by units of measure, for example: If not specified, no soft limit is applied. |
| The soft limit on the number of directories and unique files that the user or group can create in the quota directory. When this limit is reached, a notification email is sent, and the grace period countdown commences. Writes are blocked only after the grace period expires. NOTE: A file with multiple hardlinks is counted only once. |
| A period during which writes to the quota directory are not blocked although the user or group has exceeded a soft limit. If the grace period is not set, exceeding a soft limit does not cause blocking of further writes to the quota directory. Specify
|
| The limit of capacity usage above which no further writes are allowed for the user or group. When the hard limit is reached, the HARD_EXCEEDED alarm is raised. Specify
The units are case-insensitive. For example, If not specified, no hard limit is applied. |
| The limit on the number of directories and unique files that the user or group can create in the quota directory, above which no further writes are allowed. NOTE: A file with multiple hardlinks is counted only once. Specify |