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`