Difference between revisions of "Linux namespaces"

From CNM Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
A [[Linux namespace]] is either a type of namespace (for instance, process ID) or a particular space of names.
 
A [[Linux namespace]] is either a type of namespace (for instance, process ID) or a particular space of names.
 +
 +
==See also==
 +
*https://www.cloudsavvyit.com/742/what-are-linux-namespaces-and-what-are-they-used-for/

Revision as of 22:39, 18 August 2021

Linux namespaces (hereinafter, the Spaces) is the primary feature of the Linux kernel that allows for assigning of particular kernel resources to particular processes, so no process can interfere with another. These resources may include process IDs, hostnames, user IDs, file names and some names associated with network access, as well as interprocess communication.

A Linux namespace is either a type of namespace (for instance, process ID) or a particular space of names.

See also