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


Please Help Members By Posting Answers For Below Questions

Describe the usage and functionality of the command rm –r * in unix?

822


What is the comma to display different lines that are found when compare two files?

593


What is grep r?

591


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

797


How do I run a bash script?

580






What is the search command in unix?

599


What is merge command in unix?

942


Using unix command how to display no of records in oracle?

606


What is the pipe command?

574


Which command will print your home directory on screen?

546


What do chmod command do?

603


What is the function of grep command in unix?

588


How do I delete files from command prompt?

549


What are filter commands in unix?

555


Why is shebang used?

595