$manlookup

chroot

(8)

run command or interactive shell with special root directory

chroot [OPTION] NEWROOT [COMMAND [ARG]...] chroot OPTION

Options

5
--groupsG_LIST

specify supplementary groups as g1,g2,..,gN

--userspecUSER

specify user and group (ID or name) to use

--skip-chdir

do not change working directory to '/'

--help

display this help and exit

--version

output version information and exit

DESCRIPTION

Run COMMAND with root directory set to NEWROOT.

specify supplementary groups as g1,g2,..,gN
specify user and group (ID or name) to use
do not change working directory to '/'
display this help and exit
output version information and exit

If no command is given, run '"$SHELL" -i' (default: '/bin/sh -i').

125
if the chroot command itself fails
126
if COMMAND is found but cannot be invoked
127
if COMMAND cannot be found
-
the exit status of COMMAND otherwise

AUTHOR

Written by Roland McGrath.

REPORTING BUGS

GNU coreutils online help: https://www.gnu.org/software/coreutils/
Report any translation bugs to https://translationproject.org/team/

See also