Veritas File System 5.0 Administrator's Guide (September 2006)
To turn on quotas
◆
To turn on user quotas for a VxFS file system, enter:
# quotaon /mount_point
Turning on quotas at mount time
Quotas can be turned on with the mount command when you mount a file system.
To turn on quotas at mount time
◆
To turn on user quotas for a file system at mount time, enter:
# mount -F vxfs -o quota special /mount_point
Editing user quotas
You can set up user quotas using the edquota command. You must have superuser
privileges to edit quotas.
edquota creates a temporary file for the given user; this file contains on-disk
quotas for each mounted file system that has a quotas file. It is not necessary that
quotas be turned on for edquota to work. However, the quota limits are applicable
only after quotas are turned on for a given file system.
To edit quotas
◆
Use the edquota command to edit quotas:
# edquota username
Modifying time limits
The soft and hard limits can be modified or assigned values. For any user, usage
can never exceed the hard limit after quotas are turned on.
Modified time limits apply to the entire file system and cannot be set selectively
for each user.
To modify time limits
◆
Specify the -t option to modify time limits for any user:
# edquota -t
105Quotas
Using quotas