View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#2
Originally Posted by theone85ca View Post
Code:
chmod +x zax_unix.sh
./zax_unix.sh
... but I get the following returned...

Code:
-sh: ./zax_unix.sh: Permission denied
The memory card is mounted noexec so you can't execute programs directly off it. Luckily this is a shell script so you could run

Code:
/bin/sh zax_unix.sh
instead. If it needs to run as root see http://wiki.maemo.org/Root_access