1rquotad(1M) System Administration Commands rquotad(1M)
2
3
4
6 rquotad - remote quota server
7
9 /usr/lib/nfs/rquotad
10
11
13 rquotad is an rpc(4) server which returns quotas for a user of a local
14 file system which is mounted by a remote machine over the NFS. The
15 results are used by quota(1M) to display user quotas for remote file
16 systems. The rquotad daemon is normally invoked by inetd(1M).
17
19 See largefile(5) for the description of the behavior of rquotad when
20 encountering files greater than or equal to 2 Gbyte (2^31 bytes).
21
23 quotas quota file at a UFS file system root
24
25
27 See attributes(5) for descriptions of the following attributes:
28
29
30
31
32 ┌─────────────────────────────┬─────────────────────────────┐
33 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
34 ├─────────────────────────────┼─────────────────────────────┤
35 │Availability │SUNWnfssu │
36 └─────────────────────────────┴─────────────────────────────┘
37
39 svcs(1), automountd(1M), inetadm(1M), inetd(1M), mount_nfs(1M),
40 quota(1M), share_nfs(1M), svcadm(1M), rpc(4), services(4),
41 attributes(5), largefile(5), smf(5)
42
43
44
45
47 The rquotad service is managed by the service management facility,
48 smf(5), under the service identifier:
49
50 svc:/network/nfs/rquota
51
52
53
54
55 Administrative actions on this service, such as enabling, disabling, or
56 requesting restart, can be performed using svcadm(1M). Responsibility
57 for initiating and restarting this service is delegated to inetd(1M).
58 Use inetadm(1M) to make configuration changes and to view configuration
59 information for this service. The service's status can be queried using
60 the svcs(1) command.
61
62
63 If it is disabled, it will be enabled by mount_nfs(1M), share_nfs(1M),
64 and automountd(1M) unless its application/auto_enable property is set
65 to false.
66
67
68
69SunOS 5.11 30 Apr 2009 rquotad(1M)