chroot utility introduced

The `chroot` (change root) system call was added to Unix Version 7, allowing a process and its children to be isolated within a new root directory, preventing them from accessing files outside this directory.

Significance

This was the earliest conceptual ancestor of containerization, providing basic filesystem isolation, crucial for early security and testing environments.

Key facts

Date
1979-03-18
Type
invention
Location
AT&T Bell Labs, USA