Hi

Here is an example of rcp

Run the command from your source machine from where you are copying the file a.txt

$ rcp a.txt targetmachinename:/var/opt/oracle/home

The file gets copied from the source machine to target machine in the following directory

/var/opt/oracle/home

Read for more Info on rcp by using

$ man rcp

Hope this helped

Regards,