1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

Update ps.md

This commit is contained in:
zlbabe 2018-01-15 21:51:45 +00:00 committed by GitHub
parent 602e8187a4
commit 4afea4ad1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,6 @@
`ps --user $(id -u) f`
- Get the parent pid of a process
- Get the parent pid of a process:
`ps -o ppid= -p {{pid}}`