Quote:
I am not able to run any executable file in a mounted partition(whether its a script or binary).
when I am giving, I get the following error
$ ./script-name (eventhough executable permission is set)
bash:./script-name: /bin/sh: bad interpreter: Permission denied
Hi,
I have set the executable permission for the script using chmod, even though I am not able to execute it directly ie I have to give sh scriptname to run the script!
Regards,
Valluvan.