Tuesday, November 8, 2016

Remote copying using rcp


copying to a remote machine:------ 

                                #rcp <source> <machine name/ip:destination>
eg:--                         #rcp /etc/vfstab vmc2:/tmp

Copying from remote Machine:------

                                #rcp <machine name/ip:source> <destination>
eg:--                         #rcp vmc2:/etc/hosts /tmp

No comments:

Post a Comment