at .rhost put the name
of the comp that will enter!
rlogin remotehost_name
/rlogin 127.0.0.1
from me to remote -->rcp
myfile xyz:/usr/leslie/otherfile -->copy myfile
to dir leslie by name
otherfile
from remote to my local
dir -->comp_his:/users/leslie/file1 .
transfer dir from local
to remote(from work to products)--abc:/usr/leslie/products work rcp -r
from remote to local
(work to current dir)-->
abc:/usr/leslie/work
.rcp -r
exit -->exit
rsh:
rsh 127.0.0.1/remotehost_name
-->make a prog work in remote comp
|