OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[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 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 chroot \- run command or interactive shell with special root directory
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 Run COMMAND with root directory set to NEWROOT.
18 .TP 
19 \fB\-\-userspec\fP=\fIUSER\fP:GROUP
20 specify user and group (ID or name) to use
21 .TP 
22 \fB\-\-groups\fP=\fIG_LIST\fP
23 specify supplementary groups as g1,g2,..,gN
24 .TP 
25 \fB\-\-help\fP
26 この使い方を表示して終了する
27 .TP 
28 \fB\-\-version\fP
29 バージョン情報を表示して終了する
30 .PP
31 If no command is given, run \*(lq${SHELL} \fB\-i\fP\*(rq (default: /bin/sh).
32 .SH 作者
33 Roland McGrath が作成した。
34 .SH バグ報告
35 chroot のバグは bug\-coreutils@gnu.org に報告してください。
36 .br
37 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
38 .br
39 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
40 .br
41 chroot の翻訳のバグは <http://translationproject.org/team/> に報告してください。
42 .SH 著作権
43 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
44 version 3 or later <http://gnu.org/licenses/gpl.html>.
45 .br
46 This is free software: you are free to change and redistribute it.  There is
47 NO WARRANTY, to the extent permitted by law.
48 .SH 関連項目
49 chroot(2)
50 .PP
51 \fBchroot\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
52 \fBinfo\fP と \fBchroot\fP のプログラムがお使いの環境に適切にインストールされているならば、
53 コマンド
54 .IP
55 \fBinfo coreutils \(aqchroot invocation\(aq\fP
56 .PP
57 を実行すると、完全なマニュアルを読むことができるはずである。