1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pstree.md

17 lines
306 B
Markdown
Raw Normal View History

2017-10-22 20:05:47 +08:00
# pstree
2017-10-24 10:21:29 +08:00
> A convenient tool to show running processes as a tree.
2021-10-06 20:27:29 +05:30
> More information: <https://manned.org/pstree>.
2017-10-22 20:05:47 +08:00
- Display a tree of processes:
`pstree`
- Display a tree of processes with PIDs:
`pstree -p`
2017-10-24 10:21:29 +08:00
- Display all process trees rooted at processes owned by specified user:
`pstree {{user}}`