2016 - Linux Namespaces - PID namespace
The Slovak original of this document: 2016 - Linux Namespaces - PID namespace (slovensky).
PID (process identifier) namespaces in Linux
1 Úvod
The PID namespace (process identifier) isolates process identifiers. Programs in different PID namespaces can hold the same PID.

2 Working with PID namespaces
TODO