OSDN Git Service

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