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: + +`?`