Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write the scp commands for each one of the following scenarios. The first one is completed for you to illustrate an example. For all questions

  1. Write the scp commands for each one of the following scenarios. The first one is completed for you to illustrate an example. For all questions assume server is cs3.kennesaw.edu.

  1. When you download files from D2L they are typically placed in your Downloads folder. Copy a file named Exercise1.java from the Downloads folder to a directory named cs3502/exercise1 on the server.

cd ~/Downloads

scp Exercise1.java eahmed1@cs3.kennesaw.edu:~/cs3502/exercise1

  1. Copy a file named dump.txt from the Desktop folder to a directory named cs3502/ex1/tests on the server.

cd ~/Desktop

scp dump.txt eahmed1@cs3.kennesaw.edu:~/cs3502/ex1/tests

  1. Copy a file named ex1.cpp from the Downloads folder to a directory named NetBeansProjects/ex1 on the server.

cd ~/Downloads

scp ex1.cpp eahmed1@cs3.kennesaw.edu:~/NetBeansProjects/ex1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spomenik Monument Database

Authors: Donald Niebyl, FUEL, Damon Murray, Stephen Sorrell

1st Edition

0995745536, 978-0995745537

More Books

Students also viewed these Databases questions

Question

What is an as-built estimate? Why is one prepared?

Answered: 1 week ago