pstree: add page (#1566)
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user