mirror of https://github.com/CrimsonTome/tldr.git
pstree: add page (#1566)
commit
b1f402067a
|
@ -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…
Reference in New Issue