ps: get the parent pid (#1896)

This commit is contained in:
Starbeamrainbowlabs
2018-01-16 10:04:39 +00:00
committed by GitHub

View File

@@ -21,3 +21,7 @@
- List all processes of the current user as a tree:
`ps --user $(id -u) f`
- Get the parent pid of a process:
`ps -o ppid= -p {{pid}}`