OSDN Git Service

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