Penguin
Annotated edit history of chroot(8) version 3, including all changes. View license author blame.
Rev Author # Line
3 IanMcDonald 1 <verbatim>
1 perry 2 NAME
3 IanMcDonald 3 chroot - run command or interactive shell with special root directory
4
1 perry 5 SYNOPSIS
3 IanMcDonald 6 chroot NEWROOT [COMMAND...]
7 chroot OPTION
8
1 perry 9 DESCRIPTION
3 IanMcDonald 10 Run COMMAND with root directory set to NEWROOT.
1 perry 11
3 IanMcDonald 12 --help display this help and exit
1 perry 13
3 IanMcDonald 14 --version
15 output version information and exit
1 perry 16
3 IanMcDonald 17 If no command is given, run ``${SHELL} -i'' (default: /bin/sh).
1 perry 18
3 IanMcDonald 19 AUTHOR
20 Written by Roland McGrath.
1 perry 21
3 IanMcDonald 22 REPORTING BUGS
23 Report bugs to <bug-coreutils@gnu.org>.
1 perry 24
3 IanMcDonald 25 COPYRIGHT
26 Copyright (C) 2006 Free Software Foundation, Inc.
27 This is free software. You may redistribute copies of it under the
28 terms of the GNU General Public License
29 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
30 extent permitted by law.
1 perry 31
3 IanMcDonald 32 SEE ALSO
33 The full documentation for chroot is maintained as a Texinfo manual.
34 If the info and chroot programs are properly installed at your site,
35 the command
1 perry 36
3 IanMcDonald 37 info chroot
1 perry 38
3 IanMcDonald 39 should give you access to the complete manual.
40 </verbatim>
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.