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
Who invented grep?
What does grep v grep do?
What does sed command do in unix?
Which unix command to make a new directory?
What is grep and how do you use it?
What is the nmap command?
Name the various commands that are used for the user information in unix.
Who command in unix operating system?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is grep short for?
How do I clear my terminal history?
Why is awk called awk?
What does find command return in unix?
What command is used to switching between users in unix?
Describe the zip/unzip command using gzip.