how to remotely move a file ??? that mean how to move a file
one machine to another machine ???
Answer Posted / nkambast
scp PATH_1/file_name user_name@machine_name2:PATH_2
PATH_1 :-- Where your files reside.
user_name :-- your login name.
machine_name2 :- Remote machine where you want to keep
(Paste) your files
PATH_2 :-- Where you want to paste the file
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What's a command word?
Explain ‘system calls’ with respect to unix commands?
Why is grep called grep?
What is “chmod” command?
What is a command and examples?
Write a command to kill the last background job?
Which command is used to kill the last background job?
How do I search for a file in unix command?
How do you grep a case insensitive?
What is the first character of the output in ls l command?
What is the difference between awk and grep?
Write a command that will display files in the current directory, in a colored, long format.
What are the general commands in using unix os for a beginner?
Which command is used to copy files?
What is unix command line?