to chroot
9.9
To make a program use a different top folder so it cannot see the rest of the system
- verb
- /ˈʧruːt/
- Specialized
- By using chroot, we ensured that the running process could only see the files in its designated directory.
Examples
-
To improve security, we can use chroot to limit the process's access to only the necessary files.
-
First thing, it messed badly with the video, and therefore I tried to reboot to live Slitaz, which was working, chroot, and change the driver.
Blog text (19) -
After setting up the environment, I will chroot into the new directory to run the application safely.
How Isolating
to virtualize
2
7.2
- Specialized
to containerize
- Specialized
to chroot
- Specialized
to run
∞
2.2
Surface Forms
Morphology
Etymology
Chroot comes from ch- (short for 'change') and root (the 'top' directory of a computer). To chroot a process is to 'change its root' — put it inside a limited part of the files so it cannot reach the rest of the system.