Question
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
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.
2. Copy a file named ex1.cpp in a folder named NetBeansProjects/ex1 from the server to your Downloads folder.
3. cd ~/Downloads
4. scp eahmed1@cs3.kennesaw.edu:~/NetBeansProjects/ex1/ex1.cpp ./
5. Copy a file named out.txt in a directory named NetBeansProjects/hw1 on the server to the Desktop on your local machine
6. cd ~/Desktop
7. scp eahmed1@cs3.kennesaw.edu:~/NetBeansProjects/hw1/out.txt ./
8. Copy a file named ex1.html in a directory named cs3502/testing on the server to your Downloads folder cd ~/Downloads scp eahmed1@cs3.kennesaw.edu:~/cs3502/testing/ex1.html ./
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started