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
What is the significance of the 'tee' command?
What is command statement?
Is it inbetween or in between?
Is ‘du’ a command? If so, what is its use?
What does grep v do?
What is grep in bash?
How do I find previous commands in unix?
What difference between cmp and diff commands?
What is grep r?
What is the use of egrep command in unix?
Name the unix command to find how many days the server has been up.
Is grep faster than awk?
Can you enlist some commonly used network commands?
Which unix command to make a new directory?
How many unix commands are there?