Linux Namespaces: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
The PID Namespace provides separation of processes. It removes the view of the system processes, and allows process IDs to be reused, including pid 1. | The PID Namespace provides separation of processes. It removes the view of the system processes, and allows process IDs to be reused, including pid 1. | ||
=UTS Namespace= | |||
The UTS namespace is for setting the hostname and the domain that is visible to running processes in that namespace. |
Revision as of 21:53, 22 January 2018
Internal
PID Namespace
The PID Namespace provides separation of processes. It removes the view of the system processes, and allows process IDs to be reused, including pid 1.
UTS Namespace
The UTS namespace is for setting the hostname and the domain that is visible to running processes in that namespace.