From: Ian Kelling Date: Thu, 19 Jan 2017 11:08:49 +0000 (-0800) Subject: add missing bit to background doc X-Git-Url: https://iankelling.org/git/?p=newns;a=commitdiff_plain;h=48072c26a8715f462677c8ce9eaa64c2164b5f6e add missing bit to background doc --- diff --git a/newns b/newns index 39f8971..4bd1650 100755 --- a/newns +++ b/newns @@ -79,8 +79,8 @@ Background: This script does not make the namespace be named like ip does, because 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. +use nsenter -n -m -t $(pgrep PROCESS_IN_NAMESPACE) bash. 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,