.\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH UPDATE\-PASSWD 8 "Debian ツール" DEBIAN .SH 名前 update\-passwd \- /etc/passwd, /etc/shadow, /etc/group の安全な更新 .SH 書式 \fBupdate\-passwd\fP [\fIoptions\fP] .SH 説明 \fBupdate\-passwd\fP handles updates of /etc/passwd, /etc/shadow and /etc/group on running Debian systems. It compares the current files to master copies, distributed in the base\-passwd package, and updates all entries in the global system range (that is, 0\(en99). It leaves backup copies of the previous versions of modified files with the extension \(oq.org\(cq (for \(lqoriginal\(rq). .SH オプション \fBupdate\-passwd\fP は、通常の GNU コマンドライン構文を受け付けます。 長いオプションは、ダッシュ (\(oq\-\(cq) 2 個で始まります。 .TP \fB\-p\fP,\ \fB\-\-passwd\-master=FILE\fP passwd データベースのマスターコピーとして FILE を使用します。 デフォルト値は \fI/usr/share/base\-passwd/passwd.master\fP です。 .TP \fB\-g\fP,\ \fB\-\-group\-master=FILE\fP group データベースのマスターコピーとして FILE を使用します。 デフォルト値は \fI/usr/share/base\-passwd/group.master\fP です。 .TP \fB\-P\fP,\ \fB\-\-passwd=FILE\fP システムの passwd データベースとして FILE を使用します。 デフォルト値は \fI/etc/passwd\fP です。 .TP \fB\-S\fP,\ \fB\-\-shadow=FILE\fP システムの shadow データベースとして FILE を使用します。 デフォルト値は \fI/etc/shadow\fP です。 .TP \fB\-G\fP,\ \fB\-\-group=FILE\fP システムの group データベースとして FILE を使用します。 デフォルト値は \fI/etc/group\fP です。 .TP \fB\-s\fP,\ \fB\-\-sanity\-check\fP 整合チェックのみを行い、他には何もしません。 .TP \fB\-v\fP,\ \fB\-\-verbose\fP 処理内容の詳細を提供します。2 個目の \-v で、 さらに詳細になります。 .TP \fB\-n\fP,\ \fB\-\-dry\-run\fP 何もしませんが、何をしようとしているかを表示だけ行います。 .TP \fB\-L\fP,\ \fB\-\-no\-locking\fP アカウントデータベースをロックしません。 これはデバッグ用にのみ使用するようにしてください。 \fB繰り返しますが。本当に必要なとき以外は、使用しないでください!\fP .TP \fB\-h\fP,\ \fB\-\-help\fP \fBupdate\-passwd\fP の使用法のまとめを表示します。 .TP \fB\-V\fP,\ \fB\-\-version\fP バージョン番号を表示します。 .SH 環境変数 .TP DEBIAN_HAS_FRONTEND If this environment variable is set and the \fB\-\-dry\-run\fP flag was not given, \fBupdate\-passwd\fP uses debconf to prompt for whether to make changes. Each proposed change will produce a separate prompt. User or group removals, UID or GID changes, and home directory changes will be asked with high priority. User or group additions and shell changes will be asked with medium priority. Questions about whether to move entries above the NIS compat inclusion entry or whether to change the GECOS of a user are asked at low priority. .SH バグ 現在のところ、\fBupdate\-passwd\fP は shadow ファイルの検証を行いません。 passwd のエントリが shadow にもあるか (その反対も)、 またパスワードが両方のファイルにないかチェックするべきです。 .SH 著者 Wichert Akkerman .PP このプログラムは Debian プロジェクト用に作成されました。 著作権は Wichert Akkerman (1999\(en2002) と Colin Watson (2002, 2003) にあります。 GNU General Public License の第 2 版により頒布されています。 .SH 翻訳 倉澤 望 Debian JP Documentation ML