Update to 4.01.
[profile/ivi/quota.git] / rquotad.8
1 .TH RQUOTAD 8
2 .SH NAME
3 rquotad, rpc.rquotad \- remote quota server
4 .SH SYNOPSIS
5 .B rpc.rquotad
6 [
7 .B \-sSFI
8 ] [
9 .B \-p \f2port\f1
10 ]
11 .SH DESCRIPTION
12 .LP
13 .IX  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
14 .IX  daemons  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
15 .IX  "user quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
16 .IX  "disk quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
17 .IX  "quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
18 .IX  "filesystem"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
19 .IX  "remote procedure call services"  "rquotad"  ""  "\fLrquotad\fP \(em remote quota server"
20 .B rquotad
21 is an
22 .BR rpc (3)
23 server which returns quotas for a user of a local filesystem
24 which is mounted by a remote machine over the
25 .SM NFS\s0.
26 It also allows setting of quotas on
27 .SM NFS
28 mounted filesystem (if configured during compilation and allowed by a command line option
29 .BR \-S ).
30 The results are used by
31 .BR quota (1)
32 to display user quotas for remote filesystems and by
33 .BR edquota (8)
34 to set quotas on remote filesystems.
35 .B rquotad
36 daemon uses tcp-wrappers library (under service name
37 .IR rquotad )
38 which allows you to specify hosts allowed/disallowed to use
39 the daemon (see
40 .BR hosts.allow (5)
41 manpage for more information). The
42 .B rquotad
43 daemon is normally started at boot time from the
44 system startup scripts.
45 .SH OPTIONS
46 .TP
47 .B \-V, \-\-version
48 Shows version of quota tools.
49 .TP
50 .B \-s, \-\-no-setquota
51 Don't allow setting of quotas (default). This option is available only
52 if utilities were compiled with the
53 .I rpcsetquota
54 option.
55 .TP
56 .B \-S, \-\-setquota
57 Allow setting of quotas. This option is available only
58 if utilities were compiled with the
59 .I rpcsetquota
60 option.
61 .TP
62 .B \-F, \-\-foreground
63 Run daemon in foreground (may be useful for debugging purposes).
64 .TP
65 .B \-I, \-\-autofs
66 Do not ignore autofs mountpoints.
67 .TP
68 .B \-p \f2port\f3, \-\-port \f2port\f1
69 Listen on alternate port
70 .IR port.
71 .TP
72 .B \-x \f2path\f3, \-\-xtab \f2path\f1
73 Set an alternative file with NFSD export table. This file is used to
74 determine pseudoroot of NFSv4 exports. The pseudoroot is then prepended
75 to each relative path (i.e. a path not beginning by '/') received in a
76 quota RPC request.
77
78 .SH FILES
79 .PD 0
80 .TP 20
81 .B aquota.user or aquota.group
82 quota file at the filesystem root (version 2 quota, non-XFS filesystems)
83 .TP
84 .B quota.user or quota.group
85 quota file at the filesystem root (version 1 quota, non-XFS filesystems)
86 .TP
87 .B /etc/mtab
88 default filesystems
89 .PD
90 .SH "SEE ALSO"
91 .BR quota (1),
92 .BR rpc (3),
93 .BR nfs (5),
94 .BR services (5),
95 .BR inetd (8)