mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 11:49:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> A convenient tool to show running processes as a tree.
|
||||
> More information: <https://manned.org/pstree>.
|
||||
|
||||
- Display a tree of processes:
|
||||
- Display a tree of all processes (rooted at init):
|
||||
|
||||
`pstree`
|
||||
|
||||
@@ -19,3 +19,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Display all process trees rooted at processes owned by specified user:
|
||||
|
||||
`pstree {{user}}`
|
||||
|
||||
- Display command line arguments:
|
||||
|
||||
`pstree {{[-a|--arguments]}}`
|
||||
|
||||
- Display children of a specified process:
|
||||
|
||||
`pstree {{pid}}`
|
||||
|
||||
- Display parents of a specified process:
|
||||
|
||||
`pstree {{[-s|--show-parents]}} {{pid}}`
|
||||
|
||||
Reference in New Issue
Block a user