Namespaces are arguably one of the least-used tool by programmers. This is most unfortunate, though, since they can serve as a wonderful method of organizing code. Anyone who has seen the line "using ...
Each process is associated with a particular user namespace. A process created by a call to fork() or a call to clone() without the CLONE_NEWUSER flag is placed in the same user namespace as its ...