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       --userspec=USER:GROUP
16              specify user and group (ID or name) to use
17
18       --groups=G_LIST
19              specify supplementary groups as g1,g2,..,gN
20
21       --help display this help and exit
22
23       --version
24              output version information and exit
25
26       If no command is given, run ``${SHELL} -i'' (default: /bin/sh).
27

AUTHOR

29       Written by Roland McGrath.
30

REPORTING BUGS

32       Report chroot bugs to bug-coreutils@gnu.org
33       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
34       General help using GNU software: <http://www.gnu.org/gethelp/>
35       Report chroot translation bugs to <http://translationproject.org/team/>
36
38       Copyright  ©  2010  Free Software Foundation, Inc.  License GPLv3+: GNU
39       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
40       This is free software: you are free  to  change  and  redistribute  it.
41       There is NO WARRANTY, to the extent permitted by law.
42

SEE ALSO

44       chroot(2)
45
46       The  full  documentation  for chroot is maintained as a Texinfo manual.
47       If the info and chroot programs are properly installed  at  your  site,
48       the command
49
50              info coreutils 'chroot invocation'
51
52       should give you access to the complete manual.
53
54
55
56GNU coreutils 8.4                  June 2018                         CHROOT(1)
Impressum