File: rquota.3

package info (click to toggle)
quota 3.14-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,440 kB
  • ctags: 1,116
  • sloc: ansic: 9,545; sh: 574; perl: 199; makefile: 194
file content (34 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (60)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.\"@(#)rquota.3;
.TH RQUOTA 3
.SH NAME
rquota \- implement quotas on remote machines
.SH PROTOCOL
.B /usr/include/rpcsvc/rquota.x
.SH DESCRIPTION
.IX "rquota()" "" "\fLrquota()\fP \(em implement quotas on remote machines"
.LP
The
.B rquota(\|)
protocol inquires about quotas on remote machines.
It is used in conjunction with
.SM NFS\s0,
since
.SM NFS
itself does not implement quotas.
.SH PROGRAMMING
.LP
.B #include <rpcsvc/rquota.h>
.LP
The following
.SM XDR
routines are available in
.BR librpcsvc :
.nf
.B xdr_getquota_arg
.B xdr_getquota_rslt
.B xdr_rquota
.fi
.SH SEE ALSO
.BR quota (1),
.BR quotactl (2)