View Single Post
Posts: 107 | Thanked: 94 times | Joined on Dec 2007
#495
Originally Posted by Laughingstok View Post
On another note, I just discovered that for some reason I can't "chmod +x file.pl"

User doesnt gain execute permissions. Hmmm.
/home/user/MyDocs/ is a FAT file system, you can't chmod in it. /home/opt is an EXT3 fs so that's probably better suited for coding. Create a directory owned by user, and you should be golden. Or you might format your microSD card as ext3. But the would remove the ability for it to be usable in mass storage mode when connected to a PC.