mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-08 16:15:23 +02:00

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
324 B
324 B
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}}