From 9a4af8ded5349f0811f636804c4ac078639ef80b Mon Sep 17 00:00:00 2001
From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com>
Date: Sat, 13 Aug 2022 08:05:34 -0400
Subject: [PATCH] Add htop command
htop documentation
---
.../102-managing-servers/101-live-in-terminal/103-htop.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/103-htop.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/103-htop.md
index b6efed6c3..4b3aa38dc 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/103-htop.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/103-htop.md
@@ -1 +1,6 @@
-# Htop
\ No newline at end of file
+# htop
+
+htop is a cross-platform ncurses-based process. It is similar to top, but allows you to scroll vertically and horizontally, and interact using a pointing device (mouse). You can observe all processes running on the system, along with their command line arguments, as well as view them in a tree format, select multiple processes and act on them all at once.
+
+htop Cheat Sheet
+htop Documentation