OSDN Git Service

coreutils: Update license and bug report lines
[linuxjm/jm.git] / manual / GNU_coreutils / draft / man1 / chroot.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
2 .TH CHROOT "1" "2021年4月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 chroot \- コマンドや対話的シェルを特別なルートディレクトリで実行する
5 .SH 書式
6 .B chroot
7 [\fI\,OPTION\/\fR] \fI\,NEWROOT \/\fR[\fI\,COMMAND \/\fR[\fI\,ARG\/\fR]...]
8 .br
9 .B chroot
10 \fI\,OPTION\/\fR
11 .SH 説明
12 .\" Add any additional description here
13 .PP
14 ルートディレクトリを NEWROOT に設定してコマンドを実行します。
15 .TP
16 \fB\-\-groups\fR=\fI\,G_LIST\/\fR
17 g1,g2,..,gN 形式で追加のグループを指定します
18 .TP
19 \fB\-\-userspec\fR=\fI\,USER\/\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 If no command is given, run '"$SHELL" \fB\-i\fR' (default: '/bin/sh \fB\-i\fR').
32 .PP
33 GNU coreutils のオンラインヘルプ: <https://www.gnu.org/software/coreutils/>
34 翻訳に関するバグは <https://translationproject.org/team/ja.html> に連絡してください。
35 詳細な文書 <https://www.gnu.org/software/coreutils/chroot>
36 (ローカルでは info '(coreutils) chroot invocation' で参照可能)。
37 .SH 作者
38 作者 Roland McGrath。
39 .SH 著作権
40 Copyright \(co 2020 Free Software Foundation, Inc.
41 ライセンス GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
42 .br
43 This is free software: you are free to change and redistribute it.
44 There is NO WARRANTY, to the extent permitted by law.
45 .SH 関連項目
46 chroot(2)
47 .PP
48 .B chroot
49 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
50 .B info
51 および
52 .B chroot
53 のプログラムが正しくインストールされているならば、コマンド
54 .IP
55 .B info chroot
56 .PP
57 を使用すると完全なマニュアルを読むことができるはずだ。