pstree: add page (#1566)

coverage
Starbeamrainbowlabs 2017-10-24 11:10:04 +01:00 committed by GitHub
commit b1f402067a
1 changed files with 15 additions and 0 deletions

15
pages/linux/pstree.md Normal file
View File

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