BSD 4_4 release
[unix-history] / usr / src / lib / librpc / man / man5 / rpc.5
CommitLineData
ad787160
C
1.\" @(#)rpc.5 2.2 88/08/03 4.0 RPCSRC; from 1.4 87/11/27 SMI;
2.TH RPC 5 "26 September 1985"
3.SH NAME
4rpc \- rpc program number data base
5.SH SYNOPSIS
6.B /etc/rpc
7.SH DESCRIPTION
8The
9.I rpc
10file contains user readable names that
11can be used in place of rpc program numbers.
12Each line has the following information:
13.HP 10
14name of server for the rpc program
15.br
16.ns
17.HP 10
18rpc program number
19.br
20.ns
21.HP 10
22aliases
23.LP
24Items are separated by any number of blanks and/or
25tab characters.
26A ``#'' indicates the beginning of a comment; characters up to the end of
27the line are not interpreted by routines which search the file.
28.LP
29Here is an example of the \fI/etc/rpc\fP file from the Sun RPC Source
30distribution.
31.nf
32.ta 1.5i +0.5i +1.0i +1.0i
33#
34# rpc 88/08/01 4.0 RPCSRC; from 1.12 88/02/07 SMI
35#
36portmapper 100000 portmap sunrpc
37rstatd 100001 rstat rstat_svc rup perfmeter
38rusersd 100002 rusers
39nfs 100003 nfsprog
40ypserv 100004 ypprog
41mountd 100005 mount showmount
42ypbind 100007
43walld 100008 rwall shutdown
44yppasswdd 100009 yppasswd
45etherstatd 100010 etherstat
46rquotad 100011 rquotaprog quota rquota
47sprayd 100012 spray
483270_mapper 100013
49rje_mapper 100014
50selection_svc 100015 selnsvc
51database_svc 100016
52rexd 100017 rex
53alis 100018
54sched 100019
55llockmgr 100020
56nlockmgr 100021
57x25.inr 100022
58statmon 100023
59status 100024
60bootparam 100026
61ypupdated 100028 ypupdate
62keyserv 100029 keyserver
63tfsd 100037
64nsed 100038
65nsemntd 100039
66.fi
67.DT
68.SH FILES
69/etc/rpc
70.SH "SEE ALSO"
71getrpcent(3N)