]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/rquotad/rquotad.man
2000-08-25 Ion Badulescu <ionut@cs.columbia.edu>
[nfs-utils.git] / utils / rquotad / rquotad.man
1 .\"@(#)rquotad.8"
2 .TH RQUOTAD 8 "25 Aug 2000"
3 .SH NAME
4 rquotad, rpc.rquotad \- remote quota server
5 .SH SYNOPSIS
6 .B /usr/etc/rpc.rquotad
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 TCP_WRAPPERS SUPPORT
39 This
40 .BR rpc.rquotad
41 version is protected by the
42 .BR tcp_wrapper
43 library. You have to give the clients access to
44 .BR rpc.rquotad
45 if they should be allowed to use it. To allow connects from clients of
46 the .bar.com domain you could use the following line in /etc/hosts.allow:
47
48 mountd: .bar.com
49
50 You have to use the daemon name 
51 .BR rquotad
52 for the daemon name (even if the binary has a different name). For the
53 client names you can only use the keyword ALL or IP addresses (NOT
54 host or domain names).
55
56 For further information please have a look at the
57 .BR tcpd (8),
58 .BR hosts_allow (5)
59 and
60 .BR hosts_access (5)
61 manual pages.
62
63 .SH FILES
64 .BR quota.user ,
65 .BR quota.group
66 -- quota files locate in the file system's root
67 .PD
68 .SH "SEE ALSO"
69 .BR quota (8),
70 .BR rpc (3N),
71 .BR nfs (5),
72 .BR services (5)
73 .BR inetd (8),