1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 21:15:26 +02:00

pstree: add page (#1566)

This commit is contained in:
Starbeamrainbowlabs 2017-10-24 11:10:04 +01:00 committed by GitHub
commit b1f402067a

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}}`