All,
I have two systems, one has the ability to access the other via .rhosts. BUT yyou have to pass the username into the access commands as we do not have access to root on the remote system. The following works just perfect:
rlogin srvr2 -l tstadm
remsh srvr2 -l tstadm 'cat /etc/hosts'
What i would like to know is the syntax for rcp'ing.
rcp ?????????? file_1 srvr2:/file_1
I can't seem to find any information on how to pass a username to rcp. can someone help?
Thanks
I have two systems, one has the ability to access the other via .rhosts. BUT yyou have to pass the username into the access commands as we do not have access to root on the remote system. The following works just perfect:
rlogin srvr2 -l tstadm
remsh srvr2 -l tstadm 'cat /etc/hosts'
What i would like to know is the syntax for rcp'ing.
rcp ?????????? file_1 srvr2:/file_1
I can't seem to find any information on how to pass a username to rcp. can someone help?
Thanks