mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 03:51:14 +00:00
Update cheatsheets
This commit is contained in:
21
linux/pstree
Normal file
21
linux/pstree
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pstree
|
||||
|
||||
> A convenient tool to show running processes as a tree.
|
||||
> More information: <https://manned.org/pstree>.
|
||||
|
||||
- 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