Skip to content

Commit

Permalink
pstree: add page (tldr-pages#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Oct 24, 2017
2 parents fc91506 + 1bc1737 commit b1f4020
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/linux/pstree.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit b1f4020

Please sign in to comment.