From 9ef8b77b96d9aafd448e483f98df3c5e20ad881a Mon Sep 17 00:00:00 2001 From: parthzz Date: Fri, 7 Oct 2022 17:42:08 +0530 Subject: [PATCH] Add content for scp (#2183) * Add content for scp * Update content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/141-scp.md * Update content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/141-scp.md Co-authored-by: Kamran Ahmed --- .../101-live-in-terminal/141-scp.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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