ps: get the parent pid (#1896)
This commit is contained in:
@@ -21,3 +21,7 @@
|
|||||||
- List all processes of the current user as a tree:
|
- List all processes of the current user as a tree:
|
||||||
|
|
||||||
`ps --user $(id -u) f`
|
`ps --user $(id -u) f`
|
||||||
|
|
||||||
|
- Get the parent pid of a process:
|
||||||
|
|
||||||
|
`ps -o ppid= -p {{pid}}`
|
||||||
|
Reference in New Issue
Block a user