X-Git-Url: https://iankelling.org/git/?p=newns;a=blobdiff_plain;f=newns;h=b45c994987c208e9aa570552e2b8c85987c8c3fe;hp=a2233fb700b077a6933381f812ed9b5ce89919c7;hb=9dfee15b74eeb623e0b907f35c1bdedb62dc88e8;hpb=fedb02a73e1171c91cca9bc91bc357b1db8477ec diff --git a/newns b/newns index a2233fb..b45c994 100755 --- a/newns +++ b/newns @@ -74,10 +74,10 @@ in. Background: This script does not make the namespace be named like ip does, because -the naming is not necessary, although it could have with some more -work. For debugging and joining the namespace with a bash shell, I use -nsenter -n -m -t $(pgrep PROCESS_IN_NAMESPACE). Note: if I knew how to -easily ask systemd what pid a unit has, i would do that. +the naming is not necessary, although it could have been done with some +more work. For debugging and joining the namespace with a bash shell, I +use nsenter -n -m -t $(pgrep PROCESS_IN_NAMESPACE). Note: if I knew how +to easily ask systemd what pid a unit has, i would do that. "ip netns new ..." also does a mount namespace, then bind mounts each file/dir in /etc/netns/NS_NAME to /etc/NS_NAME. Note,