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

Which command is used to kill the last background job?

769


What are grep patterns?

572


What is rmdir command?

542


Which command is used to restrict incoming messages?

584


How can you see the command line history?

580






What difference between cmp and diff commands?

715


What is the difference between cat command and more command?

596


Give the command for finding the current date.

573


Why is shebang used?

591


What are the unix commands?

545


What does this command do? Cat food 1 > kitty

974


Explain command to view process running?

609


What is the command to find hidden files in the current directory?

573


What is ‘ps’ command for?

608


How do I search a whole word in vim?

684