1CHROOT(1) User Commands CHROOT(1)
2
3
4
6 chroot - run command or interactive shell with special root directory
7
9 chroot NEWROOT [COMMAND...]
10 chroot OPTION
11
13 Run COMMAND with root directory set to NEWROOT.
14
15 --help display this help and exit
16
17 --version
18 output version information and exit
19
20 If no command is given, run ``${SHELL} -i'' (default: /bin/sh).
21
23 Written by Roland McGrath.
24
26 Report bugs to <bug-coreutils@gnu.org>.
27
29 Copyright © 2007 Free Software Foundation, Inc.
30 This is free software. You may redistribute copies of it under the
31 terms of the GNU General Public License
32 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
33 extent permitted by law.
34
36 chroot(2)
37
38 The full documentation for chroot is maintained as a Texinfo manual.
39 If the info and chroot programs are properly installed at your site,
40 the command
41
42 info chroot
43
44 should give you access to the complete manual.
45
46
47
48GNU coreutils 6.9 March 2008 CHROOT(1)