[PLUG] /bin/bash permission denied

Randy.Dunlap rddunlap at osdl.org
Fri Mar 22 21:39:49 UTC 2002


On Fri, 22 Mar 2002, Michael Montagne wrote:

| What causes this message?
| bash: ./ProcCal.sh: /bin/bash: bad interpreter: Permission denied
| I have #!/bin/bash as the first line of my script.
| I also get it when trying the crossover installation script which has
| /bin/sh.

for me, it's that ProcCal.sh is not marked executable.
  chmod +x ProcCal.sh

-- 
~Randy





More information about the PLUG mailing list