Container Platforms

chroot

English

Overview

A mechanism that changes the root directory a process sees, isolating it.

Details

A mechanism that makes a specified directory act as a process's root directory, used as a lightweight isolated environment. While the root directory itself changes, the kernel and network stack are still shared with the host, so it offers weaker isolation than container technologies built on namespaces and cgroups.

More Linux terms