1CHROOT(1)                        User Commands                       CHROOT(1)
2
3
4

NAME

6       chroot - run command or interactive shell with special root directory
7

SYNOPSIS

9       chroot [OPTION] NEWROOT [COMMAND [ARG]...]
10       chroot OPTION
11

DESCRIPTION

13       Run COMMAND with root directory set to NEWROOT.
14
15       --groups=G_LIST
16              specify supplementary groups as g1,g2,..,gN
17
18       --userspec=USER:GROUP
19              specify user and group (ID or name) to use
20
21       --skip-chdir
22              do not change working directory to '/'
23
24       --help display this help and exit
25
26       --version
27              output version information and exit
28
29       If no command is given, run '"$SHELL" -i' (default: '/bin/sh -i').
30

AUTHOR

32       Written by Roland McGrath.
33

REPORTING BUGS

35       GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
36       Report    chroot    translation    bugs   to   <https://translationpro
37       ject.org/team/>
38
40       Copyright © 2018 Free Software Foundation, Inc.   License  GPLv3+:  GNU
41       GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
42       This  is  free  software:  you  are free to change and redistribute it.
43       There is NO WARRANTY, to the extent permitted by law.
44

SEE ALSO

46       chroot(2)
47
48       Full documentation at: <https://www.gnu.org/software/coreutils/chroot>
49       or available locally via: info '(coreutils) chroot invocation'
50
51
52
53GNU coreutils 8.30                 July 2018                         CHROOT(1)
Impressum