1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:42:07 +02:00

Update pstree.md

This commit is contained in:
Max Xu 2017-10-24 10:21:29 +08:00 committed by GitHub
parent bfb5d34af9
commit f93cb7e504

View file

@ -1,6 +1,6 @@
# pstree
> A convinient tool to show running processes as a tree.
> A convenient tool to show running processes as a tree.
- Display a tree of processes:
@ -9,3 +9,8 @@
- Display a tree of processes with PIDs:
`pstree -p`
- Display all process trees rooted at processes owned by specified user:
`pstree {{user}}`