Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to remotely move a file ??? that mean how to move a file
one machine to another machine ???

Answer Posted / sricharan

Differnce between cp and mv.

cp: holds the copy of the file in both source and
destination servers.
mv: removes the file in the source and get created on the
destination server.

scp: server copy is one method to copy from one server to
other.
Syntax: scp username@ip:/path/filename ./

Note: ./ representing as required file is copying in pwd.
We need to execute this command from the destination server.

sftp: simple file transfer protocol
syntax: sftp ip address
prompts for passwd
go for required path and use get command to copy the
required file.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to display no of records in oracle using unix command?

1104


What is the use of sed command in unix?

1145


Why is grep called grep?

1236


What does the “echo” command do?

1101


What is grep in bash?

1012


What command will change your prompt to myprompt?

1253


Does cp command overwrite files?

1135


What is $0 bash?

1133


What are the unix commands?

1031


What does this command do,"$more readme.txt“?

1102


Write a command to display a file’s contents in various formats?

1155


What is ctrl d?

1049


What command is used to switching between users in unix?

1030


What is grep command in unix with examples?

1141


How do I search a whole word in vim?

1129