From dd349e3863c59b55a66440775c5b85e0cc65a71c Mon Sep 17 00:00:00 2001 From: Dylan Rees Date: Tue, 21 Jun 2016 17:57:58 -0400 Subject: [PATCH] Create htop.md (#902) --- pages/linux/htop.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/htop.md diff --git a/pages/linux/htop.md b/pages/linux/htop.md new file mode 100644 index 0000000000..4f61d9ba72 --- /dev/null +++ b/pages/linux/htop.md @@ -0,0 +1,15 @@ +# htop + +> Display dynamic real-time information about running processes. An enchanced version of `top`. + +- Start htop: + +`htop` + +- Start htop displaying only processes owned by given user: + +`htop -u {{user-name}}` + +- Get help about interactive commands: + +`?`