|
quot(1m) -- summarize file system ownership
|
The quot command displays the number of 1024-byte blocks in the named filesystem that are currently owned by each user. filesystem is either the name of the directory on which the file system is mounted or the name of the device containing the file system. |
quota(1) -- display disk usage and limits
|
The quota command displays the disk usage and limits for one or more users. Without the -v option, it displays information only when the usage exceeds the limits. user is a user name or a numeric UID. The default is the login user name. Only users with appropriate privileges can view the limits of other users. |
quotacheck(1m) -- file system quota consistency checker
|
The quotacheck command examines each file system, builds a table of current disk usage, and compares this table against that stored in the disk quota file for the file system. If any inconsistencies are detected, both the quota file and the current system copy of the incorrect quotas are updated. quotacheck expects each file system to be checked to have a file named quotas in the root directory. I... |
quotacheck_hfs(1m) -- quota consistency checker for HFS file systems
|
The quotacheck command examines each HFS file system, builds a table of current disk usage, and compares this table against that stored in the disk quota file for the file system. If any inconsistencies are detected, both the quota file and the current system copy of the incorrect quotas are updated. quotacheck expects each file system to be checked to have a file named quotas in the root director... |
quotacheck_vxfs(1m) -- VxFS file system quota consistency checker
|
Because VxFS maintains quota information in the kernel, quotacheck for VxFS synchronizes quotas from the current system copy to the disk quota file for the specified VxFS file system. quotacheck requires that each file system it checks has a file named quotas in the root directory. quotacheck is typically run at mount time from a start-up script. filesystem is a mount point or block special device... |
quotaoff(1m) -- turn HFS file system quotas on and off
|
The quotaon command enables quotas on one or more HFS file systems. The quotaoff command disables quotas on one or more HFS file systems. filesystem is either the name of the mount point of the file system, or the name of the block device containing the file system. The file systems specified must be currently mounted in order to turn quotas on or off. Also, the file system quota file, quotas, mus... |
quotaon(1m) -- turn HFS file system quotas on and off
|
The quotaon command enables quotas on one or more HFS file systems. The quotaoff command disables quotas on one or more HFS file systems. filesystem is either the name of the mount point of the file system, or the name of the block device containing the file system. The file systems specified must be currently mounted in order to turn quotas on or off. Also, the file system quota file, quotas, mus... |
quot_hfs(1m) -- summarize ownership on an HFS file system
|
The quot command displays the number of 1024-byte blocks in the named HFS filesystem that are currently owned by each user. filesystem is either the name of the directory on which the file system is mounted or the name of the device containing the file system. |
quot_vxfs(1m) -- summarize ownership on a VxFS file system
|
quot displays the number of 1024-byte blocks in the specified VxFS filesystem that are currently owned by each user. filesystem is either the name of the directory on which the file system is mounted or the name of the device containing the file system. |
rad(1m) -- rad features have been moved to olrad
|
rad has been replaced with a new olrad command which provides enhanced features for performing on-line addition and replacement of I/O cards. Please see the olrad(1M) manual page. |
ranlib(1) -- regenerate archive symbol table
|
ranlib regenerates the symbol tables of the specified archives. It is equivalent to executing ar qs archive on each of the archives. After using the z modifier of ar, the symbol table of an archive must be regenerated before it can be used. |
rarpc(1m) -- Reverse Address Resolution Protocol client
|
rarpc, the Reverse Address Resolution Protocol client, implements the client portion of the Reverse Address Resolution Protocol (see SEE ALSO). It sends RARP requests for the specified interface's hardware address and waits for the response from the RARP server. rarpc can be used during boot-time initialization to find the IP address of an interface. To do so, set the IP_ADDRESS[i] variable of in... |
rarpd(1m) -- Reverse Address Resolution Protocol daemon
|
rarpd, the Reverse Address Resolution Protocol daemon, implements the server portion of the Reverse Address Resolution Protocol [1]. It responds to RARP requests providing the requested client IP address. Rarpd can be started during boot-time initialization. To do so, set the RARPD variable with RARPD=1 in /etc/rc.config.d/netconf. Options are: -d Print debugging information. -f config_file Use th... |