View Single Post
Posts: 203 | Thanked: 538 times | Joined on Oct 2009 @ Colombia
#553
you can't chmod +x on MyDocs because its a FAT filesystem, try this

root
mv /home/user/MyDocs/a.out /home/user/a.out
chmod +x /home/user/a.out
cd /home/user/
./a.out

Last edited by munozferna; 2012-08-14 at 20:10.
 

The Following 2 Users Say Thank You to munozferna For This Useful Post: