1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-09 05:45:24 +02:00
tldr/pages/linux/pstree.md
Managor 611d2c9a04
linux*: refresh old pages part 2 (#16263)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-27 10:35:40 +03:00

16 lines
324 B
Markdown

# pstree
> A convenient tool to show running processes as a tree.
> More information: <https://manned.org/pstree>.
- Display a tree of processes:
`pstree`
- Display a tree of processes with PIDs:
`pstree {{[-p|--show-pids]}}`
- Display all process trees rooted at processes owned by specified user:
`pstree {{user}}`