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
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What's a command word?
Which command is used to delete all files in the current directory and all its sub-directories?
What command will change your prompt to myprompt?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What are filter commands in unix?
What is unix command line?
Does cp command overwrite files?
What are file commands?
Which command can you use to find the currently running process in unix server?
What are grep patterns?
What is the command to compare two files in unix?
Name the general commands in using unix os for a beginner?
What is the use of awk command in unix?