Hi All,
I am trying to run a find routine on the server from within script being run on a client. I use:
rsh "server" find "files" exec "copy to temp area"
But I get a permission denied error when it runs the find command. Any ideas why I am getting this? Is there a switch or command that I can run to override file permissions? I have umask 0 set in the script.
Cheers
Jimbo
I am trying to run a find routine on the server from within script being run on a client. I use:
rsh "server" find "files" exec "copy to temp area"
But I get a permission denied error when it runs the find command. Any ideas why I am getting this? Is there a switch or command that I can run to override file permissions? I have umask 0 set in the script.
Cheers
Jimbo