Can't execute NFS mounted script
I have a perl script named submit on a mounted on an NFS share. Here is what the permissions look like:
-rwsr-xr-x 1 root root 6921 Sep 15 2003 submit
But when I try to execute (as users other than root), I get "Permission denied." Why is this?
|