Tizen 2.0 Release
[external/tizen-coreutils.git] / man / chroot.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH CHROOT "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 chroot \- run command or interactive shell with special root directory
5 .SH SYNOPSIS
6 .B chroot
7 \fINEWROOT \fR[\fICOMMAND\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\-\-help\fR
17 display this help and exit
18 .TP
19 \fB\-\-version\fR
20 output version information and exit
21 .PP
22 If no command is given, run ``${SHELL} \fB\-i\fR'' (default: /bin/sh).
23 .SH AUTHOR
24 Written by Roland McGrath.
25 .SH "REPORTING BUGS"
26 Report bugs to <bug\-coreutils@gnu.org>.
27 .SH COPYRIGHT
28 Copyright \(co 2007 Free Software Foundation, Inc.
29 .br
30 This is free software.  You may redistribute copies of it under the terms of
31 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
32 There is NO WARRANTY, to the extent permitted by law.
33 .SH "SEE ALSO"
34 chroot(2)
35 .PP
36 The full documentation for
37 .B chroot
38 is maintained as a Texinfo manual.  If the
39 .B info
40 and
41 .B chroot
42 programs are properly installed at your site, the command
43 .IP
44 .B info chroot
45 .PP
46 should give you access to the complete manual.