On 06/11/09 13:47, KKavitha wrote: > Thanks for your reply > > I have used the same command like > `rsh -l user host cmd` > > It is working fine via perl script and cli. > > but it is refused via web.......... > > Error message like permission denied
I don't know what you mean by 'via web'. If that means that you're trying to run this from a script that is executed by the webserver, it might very well be that the user-ID used to run the webserver is not allowed to 'rsh' to the target machine without a password. Joep