Part 1: What Are Linux Namespaces
On a normal Linux system, everything seems to live in one big shared space.
Every process can see the same list of running programs, share the same network interfaces, and access the same filesystem hierarchy. If you open two terminals and run ps aux, both will display an identical process list because, at the kernel level, there’s only one global view o…


