Sunday, October 30, 2011

Copy files from one Linux host to another

If you want to copy files from one Linux host to another you can use the scp command from the source Linux hosts as follow


Syntax:
scp file_name_on_source_host destination_host_name:mount point

Example:
scp user01.dbf linux_server_dest:/u01/data/orcl

No comments: