tldr/pages/linux/pstree.md

16 lines
257 B
Markdown
Raw Normal View History

2017-10-22 15:05:47 +03:00
# pstree
2017-10-24 05:21:29 +03:00
> A convenient tool to show running processes as a tree.
2017-10-22 15:05:47 +03:00
- Display a tree of processes:
`pstree`
- Display a tree of processes with PIDs:
`pstree -p`
2017-10-24 05:21:29 +03:00
- Display all process trees rooted at processes owned by specified user:
`pstree {{user}}`