OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / chroot.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
2 .TH CHROOT "1" "May 2014" "GNU coreutils 8.22" "User Commands"
3 .SH NAME
4 chroot \- run command or interactive shell with special root directory
5 .SH SYNOPSIS
6 .B chroot
7 [\fIOPTION\fR] \fINEWROOT \fR[\fICOMMAND \fR[\fIARG\fR]...]
8 .br
9 .B chroot
10 \fIOPTION\fR
11 .SH DESCRIPTION
12 .\" Add any additional description here
13 .PP
14 Run COMMAND with root directory set to NEWROOT.
15 .TP
16 \fB\-\-userspec\fR=\fIUSER\fR:GROUP
17 specify user and group (ID or name) to use
18 .TP
19 \fB\-\-groups\fR=\fIG_LIST\fR
20 specify supplementary groups as g1,g2,..,gN
21 .TP
22 \fB\-\-help\fR
23 display this help and exit
24 .TP
25 \fB\-\-version\fR
26 output version information and exit
27 .PP
28 If no command is given, run '${SHELL} \fB\-i\fR' (default: '/bin/sh \fB\-i\fR').
29 .PP
30 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
31 Report chroot translation bugs to <http://translationproject.org/team/>
32 .SH AUTHOR
33 Written by Roland McGrath.
34 .SH COPYRIGHT
35 Copyright \(co 2013 Free Software Foundation, Inc.
36 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
37 .br
38 This is free software: you are free to change and redistribute it.
39 There is NO WARRANTY, to the extent permitted by law.
40 .SH "SEE ALSO"
41 chroot(2)
42 .PP
43 The full documentation for
44 .B chroot
45 is maintained as a Texinfo manual.  If the
46 .B info
47 and
48 .B chroot
49 programs are properly installed at your site, the command
50 .IP
51 .B info coreutils \(aqchroot invocation\(aq
52 .PP
53 should give you access to the complete manual.