diff --git a/pages/linux/pstree.md b/pages/linux/pstree.md index f791af329..7237d0ad6 100644 --- a/pages/linux/pstree.md +++ b/pages/linux/pstree.md @@ -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: @@ -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}}` +