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 pipe command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How can you see the command line history?
How do I search for a file in unix command?
What is the difference between grep and grep?
hw will u use awk in replacing cahrs and files
What is the comma to show the space allocation of files?
What is “chmod” command?
Name the various commands that are used for the user information in unix.
Which command is used to create a directory?
What does 'mkdir' command do in UNIX?
What command is used to switching between users in unix?
Is grep faster than awk?
What is .sh file?
What happens when we execute a unix command?