From bfb5d34af96ed2ade035b1ef0d21e0a98d781518 Mon Sep 17 00:00:00 2001 From: Max Xu Date: Sun, 22 Oct 2017 20:05:47 +0800 Subject: [PATCH] pstree: add page --- pages/linux/pstree.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/pstree.md diff --git a/pages/linux/pstree.md b/pages/linux/pstree.md new file mode 100644 index 00000000000000..f791af32953f8b --- /dev/null +++ b/pages/linux/pstree.md @@ -0,0 +1,11 @@ +# pstree + +> A convinient tool to show running processes as a tree. + +- Display a tree of processes: + +`pstree` + +- Display a tree of processes with PIDs: + +`pstree -p`