man pages section 1M: System Administration Commands

Exit Print View

Updated: July 2014
 
 

rquotad(1M)

Name

rquotad - remote quota server

Synopsis

/usr/lib/nfs/rquotad 

Description

rquotad is an rpc(4) server which returns quotas for a user of a local file system which is mounted by a remote machine over the NFS. The results are used by quota(1M) to display user quotas for remote file systems. The rquotad daemon is normally invoked by inetd(1M).

Usage

See largefile(5) for the description of the behavior of rquotad when encountering files greater than or equal to 2 Gbyte (231 bytes).

Files

quotas

quota file at a UFS file system root

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
service/file-system/nfs

See also

svcs(1), automountd(1M), inetadm(1M), inetd(1M), mount_nfs(1M), quota(1M), share_nfs(1M), svcadm(1M), rpc(4), services(4), attributes(5), largefile(5), smf(5)

Installing Oracle Solaris 11.2 Systems

Notes

The rquotad service is managed by the service management facility, smf(5), under the service identifier:

svc:/network/nfs/rquota

Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). Responsibility for initiating and restarting this service is delegated to inetd(1M). Use inetadm(1M) to make configuration changes and to view configuration information for this service. The service's status can be queried using the svcs(1) command.

If it is disabled, it is enabled by mount_nfs(1M), share_nfs(1M), and automountd(1M) unless its application/auto_enable property is set to false.