chroot command introduced

The `chroot` (change root) system call was added to Unix Version 7, allowing a process and its children to see a different root directory, creating a limited form of process isolation.

Significance

Though primitive, `chroot` was the very first step towards process isolation and environment sandboxing, a foundational concept for later container technologies.

Key facts

Date
1979-03-18
Type
invention
Location
Bell Labs, Murray Hill, New Jersey, USA