How to show namespaces of different running processes on Linux machine
From AcrodusWiki
This command shows the associated namespaces with deifferent processes running on the machine.
sudo lsns
Run man lsns for more information
Also, to show detailed infromation of network interface namespaces run the command
sudo ip netns
Run man ip netns for more information.