Skip to content

Instantly share code, notes, and snippets.

@l-margiela
Last active July 15, 2017 18:20
Show Gist options
  • Save l-margiela/b57c2fe93e6301f7e384066ddfcaaaea to your computer and use it in GitHub Desktop.
Save l-margiela/b57c2fe93e6301f7e384066ddfcaaaea to your computer and use it in GitHub Desktop.
root ~ # stat -c"%N" /proc/2294/ns/net
'/proc/2294/ns/net' -> 'net:[4026531957]'
root ~ # ip netns exec test zsh
root (test) ~ # stat -c"%N" /proc/2380/ns/net
'/proc/2380/ns/net' -> 'net:[4026532188]'
root (test) ~ # stat -c"%N" /proc/2294/ns/net
'/proc/2294/ns/net' -> 'net:[4026531957]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment