Changes root directory for current process
Examplesudo chroot /mnt/myroot
sudo chroot /mnt/myroot
Changes the root directory for the current running process, creating an isolated environment.
Examplechroot /newroot /bin/bash
chroot /newroot /bin/bash
DevOpsSchoolTypically replies within an hour