mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 21:15:26 +02:00
pstree: add page (#1566)
This commit is contained in:
commit
b1f402067a
1 changed files with 15 additions and 0 deletions
15
pages/linux/pstree.md
Normal file
15
pages/linux/pstree.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue