OSDN Git Service

(split) LDP: Update release from ja.po of LDP v3.51
[linuxjm/LDP_man-pages.git] / release / 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 .\"*******************************************************************
9 .\"
10 .\" This file was generated with po4a. Translate the source file.
11 .\"
12 .\"*******************************************************************
13 .TH RPC 5 1985\-09\-26 "" "Linux Programmer's Manual"
14 .SH 名前
15 rpc \- RPC プログラム番号のデータベース
16 .SH 書式
17 \fB/etc/rpc\fP
18 .SH 説明
19 \fIrpc\fP ファイルには RPC プログラム番号の代わりに使うことのできる ユーザーに可読な名前が入っている。それぞれの行は以下の情報を含む。
20 .HP 10
21 RPC プログラムのサーバの名前
22 .br
23 .ns
24 .HP 10
25 RPC プログラム番号
26 .br
27 .ns
28 .HP 10
29 別名
30 .LP
31 それぞれの項目は任意の個数の空白・タブ (混在可) によって区切られる。 先頭に \(aq#\(aq のある行はコメントである。 \(aq#\(aq
32 からその行の終了までは、このファイルをサーチするルーチンによって 解釈されなくなる。
33 .LP
34 以下に、 Sun RPC のソースパッケージからとってきた \fI/etc/rpc\fP ファイルの例を示す。
35 .nf
36 .ta 1.5i +0.5i +1.0i +1.0i
37 #
38 # rpc 88/08/01 4.0 RPCSRC; from 1.12   88/02/07 SMI
39 #
40 portmapper              100000  portmap sunrpc
41 rstatd          100001  rstat rstat_svc rup perfmeter
42 rusersd         100002  rusers
43 nfs             100003  nfsprog
44 ypserv          100004  ypprog
45 mountd          100005  mount showmount
46 ypbind          100007
47 walld           100008  rwall shutdown
48 yppasswdd               100009  yppasswd
49 etherstatd              100010  etherstat
50 rquotad         100011  rquotaprog quota rquota
51 sprayd          100012  spray
52 3270_mapper             100013
53 rje_mapper              100014
54 selection_svc           100015  selnsvc
55 database_svc            100016
56 rexd            100017  rex
57 alis            100018
58 sched           100019
59 llockmgr                100020
60 nlockmgr                100021
61 x25.inr         100022
62 statmon         100023
63 status          100024
64 bootparam               100026
65 ypupdated               100028  ypupdate
66 keyserv         100029  keyserver
67 tfsd            100037
68 nsed            100038
69 nsemntd         100039
70 .fi
71 .DT
72 .SH ファイル
73 .TP 
74 \fI/etc/rpc\fP
75 RPC プログラム番号データベース
76 .SH 関連項目
77 \fBgetrpcent\fP(3)
78 .SH この文書について
79 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
80 である。プロジェクトの説明とバグ報告に関する情報は
81 http://www.kernel.org/doc/man\-pages/ に書かれている。