mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
16 lines
257 B
Markdown
16 lines
257 B
Markdown
# pstree
|
|
|
|
> A convenient tool to show running processes as a tree.
|
|
|
|
- Display a tree of processes:
|
|
|
|
`pstree`
|
|
|
|
- Display a tree of processes with PIDs:
|
|
|
|
`pstree -p`
|
|
|
|
- Display all process trees rooted at processes owned by specified user:
|
|
|
|
`pstree {{user}}`
|