gamerland and marsd,
Thank you for your reply. Still have some challenges...
My code is:
--------------------------
!/usr/bin/ksh
rksh remotehost find ${HOME} -name somefile
exit 0
--------------------------
Also, there is a .rhosts file in the 'remotehost' ${HOME} dir in the following format:
<IP Address> <mymachine.domain.com> <alias>, for instance:
192.168.100.100 mymachine.domain.com mymachine
After executing my script, I get this error:
--------------------------
rksh: remotehost: cannot open
--------------------------
What's the issue?
Thanks for your help.