Roberto Zandonati wrote: > hi at all. > > when i try to launch a bash script like ./config i'll receive the error: > > bash: ./config: /bin/bash: bad interpreter: Permission denied (i'm root) >
I had this problem once. Turned out that the script i was trying to execute was on a partition that doesn't had exec rights because it was mounted with the 'user' option, which implies 'noexec'. The solution was to simply add 'exec' to the options part in /etc/fastab. -- Wesley Barnhoorn -- gentoo-user@gentoo.org mailing list