LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Can't execute NFS mounted script (https://www.linuxquestions.org/questions/linux-networking-3/can%27t-execute-nfs-mounted-script-285895/)

hexbox 02-03-2005 03:36 PM

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?

Disillusionist 02-03-2005 04:34 PM

NFS requires additional security measures.

What have you got in your
/etc/hosts.allow
/etc/hosts.deny
/etc/exports
files on your NFS server?

Also what does your NFS entry look like on your NFS client machine?

hexbox 02-03-2005 05:59 PM

Problem solved: I'm a retard.

I had nosuid as one of the mount options. *sigh* Sorry. :)


All times are GMT -5. The time now is 07:22 PM.