mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
Update ps.md
This commit is contained in:
parent
602e8187a4
commit
4afea4ad1a
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue