1rpc(4) File Formats rpc(4)
2
3
4
6 rpc - rpc program number data base
7
9 /etc/rpc
10
11
13 The rpc file is a local source containing user readable names that can
14 be used in place of RPC program numbers. The rpc file can be used in
15 conjunction with or instead of other rpc sources, including the NIS
16 maps ``rpc.byname'' and ``rpc.bynumber'' and the NIS+ table ``rpc''.
17
18
19 The rpc file has one line for each RPC program name. The line has the
20 following format:
21
22 name-of-the-RPC-program RPC-program-number aliases
23
24
25
26 Items are separated by any number of blanks and/or tab characters. A
27 ``#'' indicates the beginning of a comment; characters up to the end of
28 the line are not interpreted by routines which search the file.
29
31 Example 1 RPC Database
32
33
34 Below is an example of an RPC database:
35
36
37 #
38 # rpc
39 #
40 rpcbind 100000 portmap sunrpc portmapper
41 rusersd 100002 rusers
42 nfs 100003 nfsprog
43 mountd 100005 mount showmount
44 walld 100008 rwall shutdown
45 sprayd 100012 spray
46 llockmgr 100020
47 nlockmgr 100021
48 status 100024
49 bootparam 100026
50 keyserv 100029 keyserver
51
52
53
55 /etc/nsswitch.conf
56
57
59 nsswitch.conf(4)
60
61
62
63SunOS 5.11 10 Dec 1991 rpc(4)