3.4.0 Matrix Server Command Reference

Chapter 2: mx Commands 64
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
[--force]
Continue with the command even if some specified filesystems do not have
quotas enabled.
Show the default quotas for one or more filesystems:
mx quota showdefaults [opt-args] ALL_FILESYSTEMS|<ps device> ...
The optional arguments are:
[--unit <B,K,M,G,T>]
Whether the output should be in bytes, kilobytes, megabytes, gigabytes, or
terabytes.
[--force]
Continue with the command even if some specified filesystems do not have
quotas enabled.
[--noHeaders]
Do not display column headers in the output.
[--csv]
Display the output in comma-separated value format.
Set the quota options on a filesystem:
mx quota setoptions [opt-args] ALL_FILESYSTEMS|<ps device> ...
The optional arguments are:
[--enforceHardLimit <enable|disable>]
Whether hard limits are enforced.
[--logHardLimitViolations <enable|disable>]
Whether violations of the hard limit are logged.
[--logSoftLimitViolations <enable|disable>]
Whether violations of the hard limit are logged.
[--defaultQuotaType <staticdq|dynamicdq>]
Whether the default quotas should be static or dynamic. When staticdq is
used, new users are assigned an explicit limit that is the same as the
filesystem’s default limit. When dyanamicdq is used, the users limit
references the filesystem’s default limit. When the filesystem limit is
changed, the users limit also changes to match the new filesystem limit.