Penguin
Annotated edit history of rpc(5) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 RPC
2 !!!RPC
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 FILES
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 rpc - rpc program number data base
13 !!SYNOPSIS
14
15
16 __/etc/rpc__
17 !!DESCRIPTION
18
19
20 The ''rpc'' file contains user readable names that can be
21 used in place of rpc program numbers. Each line has the
22 following information:
23
24
25 name of server for the rpc program
26
27
28 rpc program number
29
30
31 aliases
32
33
34 Items are separated by any number of blanks and/or tab
35 characters. A ``#'' indicates the beginning of a comment;
36 characters up to the end of the line are not interpreted by
37 routines which search the file.
38
39
40 Here is an example of the ''/etc/rpc'' file from the Sun
41 RPC Source distribution.
42
43
44 #
45 # rpc 88/08/01 4.0 RPCSRC; from 1.12 88/02/07 SMI
46 #
47 portmapper 100000 portmap sunrpc
48 rstatd 100001 rstat rstat_svc rup perfmeter
49 rusersd 100002 rusers
50 nfs 100003 nfsprog
51 ypserv 100004 ypprog
52 mountd 100005 mount showmount
53 ypbind 100007
54 walld 100008 rwall shutdown
55 yppasswdd 100009 yppasswd
56 etherstatd 100010 etherstat
57 rquotad 100011 rquotaprog quota rquota
58 sprayd 100012 spray
59 3270_mapper 100013
60 rje_mapper 100014
61 selection_svc 100015 selnsvc
62 database_svc 100016
63 rexd 100017 rex
64 alis 100018
65 sched 100019
66 llockmgr 100020
67 nlockmgr 100021
68 x25.inr 100022
69 statmon 100023
70 status 100024
71 bootparam 100026
72 ypupdated 100028 ypupdate
73 keyserv 100029 keyserver
74 tfsd 100037
75 nsed 100038
76 nsemntd 100039
77 !!FILES
78
79
80 /etc/rpc
81 !!SEE ALSO
82
83
84 getrpcent(3N)
85 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.