This command creates a user quota or a group quota for a directory on which a directory quota is set.
Usage
userquota create --identifier-type username|groupname|uid|gid
--identifier IDENTIFIER
--quota-id ID
--quota-group-id ID
--user|--group
[--soft-limit LIMIT]
[--soft-limit-inodes LIMIT]
[--grace-period PERIOD]
[--hard-limit LIMIT]
[--hard-limit-inodes LIMIT]Required Parameters
| Determines how you want to identify the user or group for which a quota is created:
|
| Specify the identifier of the user or group for which the quota is created. The identifier must be of the type set with |
| Identifies the directory quota under which the user or group quota is created. |
| Identifies the quota group associated with the user/group quota. |
| Specify |
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 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 NOTE: A file with multiple hardlinks is counted only once. Specify |