diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/139-history.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/139-history.md
index 8d32e8eac..25c75a672 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/139-history.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/139-history.md
@@ -1 +1,8 @@
-# History
\ No newline at end of file
+# history
+
+`history` command is used to view the **previously executed command**. Every command executed is treated as the event and is associated with an event number using which they can be recalled and changed if required. These commands are saved in a history file.
+
+It has the below syntax: `$ history`
+
+Free Content
+What is history command? How to recall previous commands?
\ No newline at end of file