mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:13:42 +02:00
pstree: add page
This commit is contained in:
parent
8ce7fcf904
commit
bfb5d34af9
1 changed files with 11 additions and 0 deletions
11
pages/linux/pstree.md
Normal file
11
pages/linux/pstree.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# pstree
|
||||||
|
|
||||||
|
> A convinient tool to show running processes as a tree.
|
||||||
|
|
||||||
|
- Display a tree of processes:
|
||||||
|
|
||||||
|
`pstree`
|
||||||
|
|
||||||
|
- Display a tree of processes with PIDs:
|
||||||
|
|
||||||
|
`pstree -p`
|
Loading…
Add table
Reference in a new issue