Skip to content

Commit

Permalink
Update pstree.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu authored Oct 24, 2017
1 parent bfb5d34 commit f93cb7e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/linux/pstree.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pstree

> A convinient tool to show running processes as a tree.
> A convenient tool to show running processes as a tree.
- Display a tree of processes:

Expand All @@ -9,3 +9,8 @@
- 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 f93cb7e

Please sign in to comment.