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
Explain command to show the space allocation of files?
Is it inbetween or in between?
What is s and g in sed command?
Does cp command overwrite files?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Which command is used to kill the last background job?
What command is used to switching between users in unix?
Write a command to kill the last background job?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is a bash command?
What is awk command used for?
What is grep command in unix with examples?
What is the comma to display different lines that are found when compare two files?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the general format of unix command syntax?