3.4.0 Matrix Server Command Reference
Chapter 2: mx Commands 62
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
Disable a notifier:
mx notifier disable <notifier> ...
Display status for notifiers:
mx notifier status [--enabled|--disabled] [<notifier> ...]
Test a notifier:
mx notifier test <notifier> ...
Dump the notifier configuration to stdout:
mx notifier dump [<notifier> ...]
mx quota – filesystem quota commands
Use the following commands to configure or display filesystem quotas.
Commands for filesystems
These commands allow you to enable or disable quotas on a filesystem and to
set or display the quota options configured on the filesystem.
Enable quotas on one or more filesystems:
mx quota enable [opt-args] ALL_FILESYSTEMS|<ps device> ...
Quotas can be enabled on all PSFS filesystems or on specific psd or psv
devices. The optional arguments are:
[--defaultUserHardLimit <unlimited | #{K,M,G,T}>]
The default hard limit for the filesystem. unlimited means that the default is
unlimited. 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. (The default is rounded down to the nearest
filesystem block.) If this option is not used, the default will be unlimited.
[--defaultUserSoftLimit <unlimited | #{K,M,G,T}>]
The default soft limit for users on the filesystem who not have not been
assigned an individual limit. unlimited means that the default is unlimited.
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.
(The default is rounded down to the nearest filesystem block.) If this option
is not used, the default will be unlimited.