diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/141-scp.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/141-scp.md
index 5e69f5a95..a162cad18 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/141-scp.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/141-scp.md
@@ -1 +1,9 @@
-# Scp
\ No newline at end of file
+# SCP
+
+`SCP` is an acronym for Secure Copy Protocol.It is a command line utility that allows the user to securely copy files and directories between two locations usually between unix or linux systems.The protocol ensures the transmission of files is encrypted to prevent anyone with suspicious intentions from getting sensitive information.`SCP` uses encryption over an `SSH` (Secure Shell) connection, this ensures that the data being transferred is protected from suspicious attacks.
+
+
+Free Content
+SCP Linux Command
+10 SCP command examples
+SCP command explained