1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages/linux/pstree.md
2017-10-24 10:23:13 +08:00

15 lines
257 B
Markdown

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