how to remotely move a file ??? that mean how to move a file
one machine to another machine ???
Answer Posted / ruchi arora
Using the scp command, which mean "source copy"
Syntax:
scp source destination
Example:
Moving a file foo.txt from machine1 to machine2
scp foo.txt host@machine1:/
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Name the general commands in using unix os for a beginner?
What are the unix commands?
Which command is used to kill the last background job?
What is command statement?
How do I use nslookup?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is s and g in sed command?
What is the functionality of a top command?
How does pipe () work?
What are filter commands in unix?
What is the command to view process running?
What is the pipe command?
Give the command for finding the current date.
Write a command that will display files in the current directory, in a colored, long format.
What happens when we execute a unix command?