tldr/pages/linux/pstree.md

17 lines
306 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.
2021-10-06 15:57:29 +01:00
> More information: <https://manned.org/pstree>.
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}}`