1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
.\" -*- nroff -*-
.\" Copyright (C) 1998, 1999, 2001 Thorsten Kukuk
.\" This file is part of the yp-tools.
.\" Author: Thorsten Kukuk <kukuk@suse.de>
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License version 2 as
.\" published by the Free Software Foundation.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software Foundation,
.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
.\"
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.\"
.\" Japanese Version Copyright (c) 1999 NAKANO Takeo all rights reserved.
.\" Translated Tue Jul 27 1999 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\"
.TH domainname 8 "May 1999" "YP Tools 2.8"
.SH 名前
domainname \- 現在のドメイン名を設定・表示する
.br
nisdomainname \- 現在の NIS(YP) ドメイン名を設定・表示する
.br
ypdomainname \- 現在の NIS(YP) ドメイン名を設定・表示する
.SH 書式
\fBdomainname\fP [ \fBdomain\fP ]
.br
\fBnisdomainname\fP [ \fBdomain\fP ]
.br
\fBypdomainname\fP [ \fBdomain\fP ]
.LP
.SH 説明
引数なしで実行すると、 \fBdomainname\fP は現在のシステムの NIS ドメイン名を表示する。 \fBdomainname\fP は
\fBgetdomainname\fP(2) 関数を用いてドメイン名を取得し、 \fBnisdomainname\fP と \fBypdomainname\fP は
\fByp_get_default_domain\fP(3) を用いる。
.PP
スーパーユーザーだけが、ドメイン名を設定することができる。ドメイン名は
\fBdomain\fP の引き数で指定する。ここで説明している 3 つのプログラムは
いずれもドメインの名の設定に \fBsetdomainname\fP(2) を用いる。
.SH 関連項目
\fBgetdomainname\fP(2), \fBsetdomainname\fP(2), \fByp_get_default_domain\fP(3),
\fBypbind\fP(8), \fBypcat\fP(1), \fBypmatch\fP(1), \fBypwhich\fP(1), \fByppoll\fP(8),
\fBypserv\fP(8), \fByset\fP(8)
.LP
.SH 作者
\fBdomainname\fP は \fByp\-tools\fP パッケージの一部である。 \fByp\-tools\fP パッケージは Thorsten Kukuk
<kukuk@suse.de> によって書かれた。
|