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 does 'mkdir' command do in UNIX?
What command is used to switching between users in unix?
How to display no of records in oracle using unix command?
Which command is used to copy files?
Explain the steps that a shell follows while processing a command.
What are bash commands?
Write a command to display a file’s contents in various formats?
How do I search a whole word in vim?
What is grep in bash?
What is the command to find maximum memory taking process on the server?
Which command is used to restrict incoming messages?
What are the differences among a system call, a library function, and a unix command?
What is the function of grep command in unix?
what is the advaantage of each user having its own copy of the shell?
How do you repeat a command in terminal?