Command Reference Guide
Chapter 2: mx Commands 76
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
[--force]
Continue with the command even if some specified filesystems already
have quotas disabled.
Set the filesystem quota for one or more users:
mx quota setuser [optional-args]
ALL_FILESYSTEMS
| <ps device> ...
This command allows you to assign new quotas or change existing quotas
for one or more users. You can also specify a search pattern; the specified
quotas will be assigned to all users matching the pattern.
The optional arguments are:
[--hardLimit <unlimited | default | #{K,M,G,T}>]
The hard limit to be applied to the specified users. The size modifiers are K
(kilobytes), M (megabytes), G (gigabytes), or T (terabytes). If a modifier is
not specified, the size is calculated in kilobytes.
[--softLimit <unlimited | #{K,M,G,T}>]
The soft limit to be applied to the specified users. The size modifiers are K
(kilobytes), M (megabytes), G (gigabytes), or T (terabytes). If a modifier is
not specified, the size is calculated in kilobytes.
[--force]
Continue with the command even if some of the specified users already
have quotas.
[--id <ID1,ID2,ID4-8...>]
A user ID or range of IDs.
[--name <name1,name2,...>]
One or more user names. You can also enter a regular expression.
[--regex]
The value specified for --name is a regular expression.
[--memberOf <group name>]
A group name for filtering users.
[--hardLimitRange <unlimited|#{K,M,G,T}>-<unlimited|#{K,M,G,T}>]
A range of hard limits.
[--spaceUsedRange <unlimited|#{K,M,G,T}>-<unlimited|#{K,M,G,T}>]
A range of disk space usage.