QUOTA(1) - General Commands Manual # QUOTA(1) - General Commands Manual
NAME # quota - display disk usage and limits
SYNOPSIS # quota [-q | -v] [-gu]
quota [-q | -v] -g group …
quota [-q | -v] -u user …
DESCRIPTION # quota displays users’ disk usage and limits. By default only the user quotas are printed.
The options are as follows:
-g
Print group quotas for the group of which the user is a member.
...
QUOTACHECK(8) - System Manager’s Manual # QUOTACHECK(8) - System Manager’s Manual
NAME # quotacheck - filesystem quota consistency checker
SYNOPSIS # quotacheck [-adguv] [-l maxparallel] filesystem …
DESCRIPTION # quotacheck examines each filesystem, builds a table of current disk usage, and compares this table against that recorded in the disk quota file for the filesystem. If any inconsistencies are detected, both the quota file and the current system copy of the incorrect quotas are updated (the latter only occurs if an active filesystem is checked).
...
QUOTAON(8) - System Manager’s Manual # QUOTAON(8) - System Manager’s Manual
NAME # quotaon, quotaoff - turn filesystem quotas on and off
SYNOPSIS # quotaon [-aguv] filesystem …
quotaoff [-aguv] filesystem …
DESCRIPTION # quotaon announces to the system that disk quotas should be enabled on one or more filesystems. quotaoff announces to the system that the specified filesystems should have any disk quotas turned off. The filesystems specified must have entries in /etc/fstab and be mounted.
...
REPQUOTA(8) - System Manager’s Manual # REPQUOTA(8) - System Manager’s Manual
NAME # repquota - summarize quotas for a file system
SYNOPSIS # repquota [-guv] -a
repquota [-guv] filesystem …
DESCRIPTION # repquota prints a summary of the disk usage and quotas for the specified filesystem(s).
The options are as follows:
-a
Print the quotas of all filesystems listed in /etc/fstab.
-g
Print only group quotas (the default is to print both group and user quotas if they exist).
...
SWAPCTL(8) - System Manager’s Manual # SWAPCTL(8) - System Manager’s Manual
NAME # swapctl, swapon - system swap management tool
SYNOPSIS # swapctl -A [-p priority] [-t blk | noblk]
swapctl -a [-p priority] path
swapctl -c -p priority path
swapctl -d path
swapctl [[-l]Â |Â -s] [-k]
swapon -a | path
DESCRIPTION # The swapctl program adds, removes, lists and prioritizes swap devices and files for the system. The swapon program acts the same as swapctl -a, except if swapon itself is called with -a, in which case it acts as swapctl -A.
...
VNCONFIG(8) - System Manager’s Manual # VNCONFIG(8) - System Manager’s Manual
NAME # vnconfig - configure vnode disks
SYNOPSIS # vnconfig [-v] [-k | -K rounds [-S saltfile]] [-t disktype] [vnd_dev] image
vnconfig -l [vnd_dev]
vnconfig -u [-v] vnd_dev
DESCRIPTION # The vnconfig command configures vnode pseudo disk devices. It will associate (or disassociate) the special file vnd_dev with the regular file image, allowing the latter to be accessed as though it were a disk.
...