1rpc(5) File Formats Manual rpc(5)
2
3
4
6 rpc - RPC program number data base
7
9 /etc/rpc
10
12 The rpc file contains user readable names that can be used in place of
13 RPC program numbers. Each line has the following information:
14
15 • name of server for the RPC program
16 • RPC program number
17 • aliases
18
19 Items are separated by any number of blanks and/or tab characters. A
20 '#' indicates the beginning of a comment; characters from the '#' to
21 the end of the line are not interpreted by routines which search the
22 file.
23
24 Here is an example of the /etc/rpc file from the Sun RPC Source distri‐
25 bution.
26
27 #
28 # rpc 88/08/01 4.0 RPCSRC; from 1.12 88/02/07 SMI
29 #
30 portmapper 100000 portmap sunrpc
31 rstatd 100001 rstat rstat_svc rup perfmeter
32 rusersd 100002 rusers
33 nfs 100003 nfsprog
34 ypserv 100004 ypprog
35 mountd 100005 mount showmount
36 ypbind 100007
37 walld 100008 rwall shutdown
38 yppasswdd 100009 yppasswd
39 etherstatd 100010 etherstat
40 rquotad 100011 rquotaprog quota rquota
41 sprayd 100012 spray
42 3270_mapper 100013
43 rje_mapper 100014
44 selection_svc 100015 selnsvc
45 database_svc 100016
46 rexd 100017 rex
47 alis 100018
48 sched 100019
49 llockmgr 100020
50 nlockmgr 100021
51 x25.inr 100022
52 statmon 100023
53 status 100024
54 bootparam 100026
55 ypupdated 100028 ypupdate
56 keyserv 100029 keyserver
57 tfsd 100037
58 nsed 100038
59 nsemntd 100039
60
62 /etc/rpc
63 RPC program number data base
64
66 getrpcent(3)
67
68
69
70Linux man-pages 6.04 2023-02-05 rpc(5)