]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/rquotad/rquotad.man
2001-03-21 H.J. Lu <hjl@lucon.org>
[nfs-utils.git] / utils / rquotad / rquotad.man
1 .\"@(#)rquotad.8"
2 .TH RQUOTAD 8 "8 Mar 2001"
3 .SH NAME
4 rquotad, rpc.rquotad \- remote quota server
5 .SH SYNOPSIS
6 .B /usr/etc/rpc.rquotad [-p " port "] "
7 .SH DESCRIPTION
8 .LP
9 .IX  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
10 .IX  daemons  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
11 .IX  "user quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
12 .IX  "disk quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
13 .IX  "quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
14 .IX  "file system"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
15 .IX  "remote procedure call services"  "rquotad"  ""  "\fLrquotad\fP \(em remote quota server"
16 .BR rquotad
17 is an
18 .BR rpc (3N)
19 server which returns quotas for a user of a local file system
20 which is mounted by a remote machine over the
21 .SM NFS\s0.
22 The results are used by
23 .BR quota (1)
24 to display user quotas for remote file systems.
25
26 The
27 .BR rquotad
28 daemon is normally started at boottime from the
29 .BR rc.net
30 script (on systems with BSD'ish scripts, e.g. Slackware), or from the
31 .BR nfs
32 script in
33 .BR /etc/rc.d/init.d/
34 or
35 .BR /etc/init.d/
36 (on systems with SysV'ish scripts, e.g. RedHat, SuSE, etc).
37
38 .SH OPTIONS
39 .TP
40 .BI "\-p," "" " \-\-port " port
41 specify a port for 
42 .BR rpc.rquotad 
43 to listen on.  By default,
44 .BR rpc.rquotad
45 will ask
46 .BR portmap (8)
47 to assign it a port number.  As of this writing, there is not
48 a standard port number that 
49 .BR portmap
50 always or usually assigns.  Specifying
51 a port may be useful when implementing a firewall.
52
53 .SH TCP_WRAPPERS SUPPORT
54 This
55 .BR rpc.rquotad
56 version is protected by the
57 .BR tcp_wrapper
58 library. You have to give the clients access to
59 .BR rpc.rquotad
60 if they should be allowed to use it. To allow connects from clients of
61 the .bar.com domain you could use the following line in /etc/hosts.allow:
62
63 mountd: .bar.com
64
65 You have to use the daemon name 
66 .BR rquotad
67 for the daemon name (even if the binary has a different name). For the
68 client names you can only use the keyword ALL or IP addresses (NOT
69 host or domain names).
70
71 For further information please have a look at the
72 .BR tcpd (8),
73 .BR hosts_allow (5)
74 and
75 .BR hosts_access (5)
76 manual pages.
77
78 .SH FILES
79 .BR quota.user ,
80 .BR quota.group
81 -- quota files locate in the file system's root
82 .PD
83 .SH "SEE ALSO"
84 .BR quota (8),
85 .BR rpc (3N),
86 .BR nfs (5),
87 .BR services (5),
88 .BR portmap(8),
89 .BR inetd (8)