Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Unix

Journal karniv0re's Journal: Bad Interpreter: Permission Denied

Just found an interesting one. When you're trying to run a bash script and you get this:

/bin/bash: bad interpreter: Permission denied It's because you don't have exec permissions on that partition. Read the fucking fstab.

This won't work:

/dev/Volume00/privdir /privdir ext3 rw,suid,dev,noexec,auto,nouser,async 1 2

This will:

/dev/Volume00/privdir /privdir ext3 rw,suid,dev,auto,nouser,async 1 2

This discussion has been archived. No new comments can be posted.

Bad Interpreter: Permission Denied

Comments Filter:

"I prefer the blunted cudgels of the followers of the Serpent God." -- Sean Doran the Younger

Working...