1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 21:13:40 +02:00

pstree: add page

This commit is contained in:
Max Xu 2017-10-22 20:05:47 +08:00 committed by GitHub
parent 8ce7fcf904
commit bfb5d34af9

11
pages/linux/pstree.md Normal file
View file

@ -0,0 +1,11 @@
# pstree
> A convinient tool to show running processes as a tree.
- Display a tree of processes:
`pstree`
- Display a tree of processes with PIDs:
`pstree -p`