Computer Science, asked by PragyaTbia, 1 year ago

Explain the process of Namespace.

Answers

Answered by shubhi12397
0
*****hii mate*******
HERE IS YOUR ANSWER ⬇️⬇️⬇️⬇️

Linux namespaces. ... Namespaces are a fundamental aspect of containers on Linux. The term "namespace" is often used for a type of namespace (e.g. process ID) as well for a particular space of names. A Linux system starts out with a single namespace of each type, used by all processes.
may it help me
Answered by smartbrainz
0

The process of Namespace:

  • The feature of Linux kernel is a namespace.
  • A process un-shared its namespace is how a namespace is found. It can be made "permanent by bind-mounting the ns file" towards some other place, which how IP net ns does for example on the net namespace.
  • The Linux system begins with a distinct namespace for each type that is used through all processes. Thus, these Processes could create extra namespaces and join several namespaces.

Similar questions