]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man5/rpc.5
getrlimit.2: Correct information about large limits on 32-bit architectures
[thirdparty/man-pages.git] / man5 / rpc.5
CommitLineData
2297bf0e
MK
1.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
2.\"
6d1cd1d7 3.\" %%%LICENSE_START(BSD_ONELINE_CDROM)
ccaa6b78 4.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
8ff7380d 5.\" %%%LICENSE_END
ccaa6b78 6.\"
fea681da 7.\" @(#)rpc.5 2.2 88/08/03 4.0 RPCSRC; from 1.4 87/11/27 SMI;
4b8c67d9 8.TH RPC 5 2017-09-15 "" "Linux Programmer's Manual"
fea681da 9.SH NAME
250dc2f0 10rpc \- RPC program number data base
fea681da
MK
11.SH SYNOPSIS
12.B /etc/rpc
13.SH DESCRIPTION
14The
15.I rpc
16file contains user readable names that
fd8df7ac 17can be used in place of RPC program numbers.
fea681da 18Each line has the following information:
eabf3ae5 19.PP
abbd528a
MK
20.PD 0
21.IP \(bu 3
fd8df7ac 22name of server for the RPC program
abbd528a 23.IP \(bu
fd8df7ac 24RPC program number
abbd528a 25.IP \(bu
fea681da 26aliases
abbd528a 27.PD
b54a3883 28.PP
fea681da
MK
29Items are separated by any number of blanks and/or
30tab characters.
f81fb444
MK
31A \(aq#\(aq indicates the beginning of a comment; characters from
32the \(aq#\(aq to the end of the line are not interpreted by routines
fea681da 33which search the file.
b54a3883
BR
34.PP
35Here is an example of the
36.I /etc/rpc
37file from the Sun RPC Source distribution.
c1a022dc 38.PP
61506ebe 39.in +4n
c1a022dc 40.EX
fea681da
MK
41#
42# rpc 88/08/01 4.0 RPCSRC; from 1.12 88/02/07 SMI
43#
362f864c
ER
44portmapper 100000 portmap sunrpc
45rstatd 100001 rstat rstat_svc rup perfmeter
46rusersd 100002 rusers
47nfs 100003 nfsprog
48ypserv 100004 ypprog
49mountd 100005 mount showmount
50ypbind 100007
51walld 100008 rwall shutdown
52yppasswdd 100009 yppasswd
53etherstatd 100010 etherstat
54rquotad 100011 rquotaprog quota rquota
55sprayd 100012 spray
563270_mapper 100013
57rje_mapper 100014
58selection_svc 100015 selnsvc
59database_svc 100016
60rexd 100017 rex
61alis 100018
62sched 100019
63llockmgr 100020
64nlockmgr 100021
65x25.inr 100022
66statmon 100023
67status 100024
68bootparam 100026
69ypupdated 100028 ypupdate
70keyserv 100029 keyserver
71tfsd 100037
72nsed 100038
73nsemntd 100039
c1a022dc 74.EE
61506ebe 75.in
fea681da
MK
76.SH FILES
77.TP
78.I /etc/rpc
fd8df7ac 79RPC program number data base
47297adb 80.SH SEE ALSO
fea681da 81.BR getrpcent (3)