quotaon_ufs(1M)


quotaon_ufs, quotaoff -- turn ufs filesystem quotas on and off

Synopsis

/usr/sbin/quotaon [-F FSType] [generic_options] [-v] filesystem . . .
/usr/sbin/quotaon [-F FSType] [generic_options] -a [-v] filesystem . . .

/usr/sbin/quotaoff [-F FSType] [generic_options] -a [-v] filesystem . . .
/usr/sbin/quotaoff -a [-F FSType] [generic_options] [-v] filesystem . . .

Description

quotaoff_ufs -- turn ufs filesystem quotas off

generic_options are options supported by the generic quotaon and generic quotaoff commands.

quotaon announces to the system that disk quotas should be enabled on one or more filesystems. The filesystems specified must be mounted at the time. The filesystem quota files must be present in the root directory of the specified filesystem and be named quotas.

quotaoff announces to the system that filesystems specified should have any disk quotas turned off.

The option for quotaon:

-v
Displays a message for each filesystem where quotas are turned on.
The option for quotaoff:

-v
Displays a message for each filesystem affected.
For both quotaon and quoatoff, the option:

-a
Reports on all mounted filesystems that have ``rq'' in the ``mntopts'' field of the /etc/vfstab file.
These commands update the status field of devices located in /etc/mnttab to indicate when quotas are on or off for each filesystem.

Files

/etc/mnttab
mounted filesystems

/etc/vfstab
list of default parameters for each filesystem

References

mnttab(4), generic quotaon(1M), vfstab(4)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.