OSDN Git Service

GNU_coreutils: translate snapshot.
[linuxjm/coreutils.git] / release / man1 / chroot.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH CHROOT 1 "March 2012" "GNU coreutils 8.16" ユーザーコマンド
8 .SH 名前
9 chroot \- コマンドや対話的シェルを特別なルートディレクトリで実行する
10 .SH 書式
11 \fBchroot\fP [\fIOPTION\fP] \fINEWROOT \fP[\fICOMMAND \fP[\fIARG\fP]...]
12 .br
13 \fBchroot\fP \fIOPTION\fP
14 .SH 説明
15 .\" Add any additional description here
16 .PP
17 ルートディレクトリを NEWROOT に設定して COMMAND を実行します。
18 .TP 
19 \fB\-\-userspec\fP=\fIUSER\fP:GROUP
20 使用するユーザとグループ (ID または名前) を指定します。
21 .TP 
22 \fB\-\-groups\fP=\fIG_LIST\fP
23 追加のグループとして g1,g2,..,gN を指定します。
24 .TP 
25 \fB\-\-help\fP
26 この使い方を表示して終了します。
27 .TP 
28 \fB\-\-version\fP
29 バージョン情報を表示して終了します。
30 .PP
31 コマンドが指定されなかった場合、
32 \&'${SHELL} \fB\-i\fP' (デフォルトでは '/bin/sh \fB\-i\fP') を実行します。
33 .SH 作者
34 Roland McGrath が作成しました。
35 .SH バグ報告
36 chroot のバグは bug\-coreutils@gnu.org に報告してください。
37 .br
38 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
39 .br
40 GNU ソフトウェアを使用するための一般的なヘルプは
41 <http://www.gnu.org/gethelp/> にあります。
42 .br
43 chroot の翻訳のバグは <http://translationproject.org/team/> に報告してください。
44 .SH 著作権
45 Copyright \(co 2012 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
46 version 3 or later <http://gnu.org/licenses/gpl.html>.
47 .br
48 This is free software: you are free to change and redistribute it.  There is
49 NO WARRANTY, to the extent permitted by law.
50 .SH 関連項目
51 chroot(2)
52 .PP
53 \fBchroot\fP の完全なマニュアルは Texinfo マニュアルとして用意されています。
54 \fBinfo\fP と \fBchroot\fP のプログラムがお使いの環境に適切にインストールされているならば、
55 コマンド
56 .IP
57 \fBinfo coreutils \(aqchroot invocation\(aq\fP
58 .PP
59 を実行すると、完全なマニュアルを読むことができるはずです。