From f93cb7e504da0678a42b98ecaaba978f52f96a6b Mon Sep 17 00:00:00 2001 From: Max Xu Date: Tue, 24 Oct 2017 10:21:29 +0800 Subject: [PATCH] Update pstree.md --- pages/linux/pstree.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/linux/pstree.md b/pages/linux/pstree.md index f791af3295..7237d0ad6a 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}}` +