Last active
November 16, 2018 06:27
-
-
Save ChinaXing/6c00388eb6b37df06b5aa0a5792f9752 to your computer and use it in GitHub Desktop.
Revisions
-
ChinaXing revised this gist
Nov 16, 2018 . 2 changed files with 8 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ ## show pid namespace all threads of process 21503 ps axH -opid,ppid,pidns -p 21503 ## list namespace of process 21503 lsns -p 21503 ## list namespace inode of process 21503 ls -iL /proc/21503/ns/pid -
ChinaXing created this gist
Nov 16, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ ## show pid namespace all threads of process 21503 ps axH -opid,ppid,pidns -p 21503