Command Reference Guide

Chapter 2: mx Commands 77
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
[--percentUsedRange <#%>-<#%>
A range of percentages of disk space used.
Set the filesystem quota for one or more groups:
mx quota setgroup [optional-args]
ALL_FILESYSTEMS
| <ps device> ...
The optional arguments are the same as mx quota setuser except that
--name is a list of group names and the --memberof argument is not used.
Remove filesystem quotas for one or more users:
mx quota unsetuser [optional-args]
ALL_FILESYSTEMS
| <ps device> ...
The optional arguments are as follows. Quotas will be removed from users
matching the specified criteria.
[--force]
Continue with the command even if some of the specified users do not 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.
[--percentUsedRange <#%>-<#%>
A range of percentages of disk space used.
Remove disk quotas for one or more groups:
mx quota unsetgroup [optional-args]
ALL_FILESYSTEMS
| <ps device> ...
The optional arguments are the same as mx quota unsetuser, with the
exception that the --memberof argument is not used.