So, i am trying to run a program i wrote in C, in my Samsung Galaxy Tab 2 (in a virtual machine)
it compiles without a problem, the make command runs smoothly but the program itself doesn't run
shell$ ./prot
This gives me the following error:
bash: ./prot: Permission Denied
These are the permissions on the file:
-rw-rw-r-- 1 root sdcard-rw 8609 Mar 20 16:23 prot
What could this be, and how can i overcome this little problem?
PS.: I'm using Ubuntu, this program compiles and runs well on my Mac.
EDIT: See the answer of teppic, it solved my problem.
xpermission.