mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 19:01:36 +00:00
Update cheatsheets
This commit is contained in:
@@ -13,17 +13,9 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`nsenter --target {{pid}} --all {{command}} {{command_arguments}}`
|
`nsenter --target {{pid}} --all {{command}} {{command_arguments}}`
|
||||||
|
|
||||||
- Run a specific command in an existing process's network namespace:
|
- Run a specific command in an existing process's mount|UTS|IPC|network|PID|user|cgroup|time namespace:
|
||||||
|
|
||||||
`nsenter --target {{pid}} --net {{command}} {{command_arguments}}`
|
`nsenter --target {{pid}} --{{mount|uts|ipc|net|pid|user|cgroup}} {{command}} {{command_arguments}}`
|
||||||
|
|
||||||
- Run a specific command in an existing process's PID namespace:
|
|
||||||
|
|
||||||
`nsenter --target {{pid}} --pid {{command}} {{command_arguments}}`
|
|
||||||
|
|
||||||
- Run a specific command in an existing process's IPC namespace:
|
|
||||||
|
|
||||||
`nsenter --target {{pid}} --ipc {{command}} {{command_arguments}}`
|
|
||||||
|
|
||||||
- Run a specific command in an existing process's UTS, time, and IPC namespaces:
|
- Run a specific command in an existing process's UTS, time, and IPC namespaces:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user