Linux Comm Chroot
# Linux chroot Command
[ Linux Command Reference](#)
The Linux chroot (English full name: change root) command is used to change the root directory.
The chroot command changes the root directory to the specified target directory.
### Syntax
chroot [command to execute...]
**Parameter Description**:
* --help Online help.
* --version Display version information.
### Example
Change the root directory
# chroot /mnt/ls //Change the root directory
[ Linux Command Reference](#)
YouTip