tldr/pages/linux/pstree.md

16 lines
257 B
Markdown
Raw Normal View History

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