OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / draft / man1 / chroot.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
2 .TH CHROOT "1" "2016年2月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 chroot \- コマンドや対話的シェルを特別なルートディレクトリで実行する
5 .SH 書式
6 .B chroot
7 [\fIOPTION\fR] \fINEWROOT \fR[\fICOMMAND \fR[\fIARG\fR]...]
8 .br
9 .B chroot
10 \fIOPTION\fR
11 .SH 説明
12 .\" Add any additional description here
13 .PP
14 ルートディレクトリを NEWROOT に設定してコマンドを実行します。
15 .TP
16 \fB\-\-groups\fR=\fIG_LIST\fR
17 g1,g2,..,gN 形式で追加のグループを指定します
18 .TP
19 \fB\-\-userspec\fR=\fIUSER\fR:GROUP
20 使用するユーザーとグループ (ID または名前) を指定します
21 .TP
22 \fB\-\-skip\-chdir\fR
23 作業ディレクトリ '/' への移動を行わない
24 .TP
25 \fB\-\-help\fR
26 この使い方を表示して終了する
27 .TP
28 \fB\-\-version\fR
29 バージョン情報を表示して終了する
30 .PP
31 コマンドが指定されなかった場合、
32 \&'${SHELL} \fB\-i\fR' (デフォルトでは '/bin/sh \fB\-i\fR') を実行します。
33 .PP
34 GNU coreutils のオンラインヘルプ: <http://www.gnu.org/software/coreutils/>
35 chroot の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
36 完全な文書は <http://www.gnu.org/software/coreutils/chroot> にあります。
37 ローカルでは info '(coreutils) chroot invocation' で参照できます。
38 .SH 作者
39 作者 Roland McGrath。
40 .SH 著作権
41 Copyright \(co 2016 Free Software Foundation, Inc.
42 ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
43 .br
44 This is free software: you are free to change and redistribute it.
45 There is NO WARRANTY, to the extent permitted by law.
46 .SH 関連項目
47 chroot(2)
48 .PP
49 .B chroot
50 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
51 .B info
52 および
53 .B chroot
54 のプログラムが正しくインストールされているならば、コマンド
55 .IP
56 .B info chroot
57 .PP
58 を使用すると完全なマニュアルを読むことができるはずだ。