chroot¶
changes a process's apparent root directory, creating a separate, isolated environment (a "chroot jail") where the process can only see and access files within that new root, effectively locking it out of the main system, useful for testing, security, and system recovery without affecting the host.