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`