mirror of
https://github.com/uutils/coreutils
synced 2025-01-25 11:25:26 +00:00
8 lines
113 B
Markdown
8 lines
113 B
Markdown
|
# chroot
|
||
|
|
||
|
```
|
||
|
chroot [OPTION]... NEWROOT [COMMAND [ARG]...]
|
||
|
```
|
||
|
|
||
|
Run COMMAND with root directory set to NEWROOT.
|