View Single Post
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#464
Originally Posted by tHMZ View Post
Code:
okia-N900:~# ls -la /home/user/letsgolf/letsgolf/letsgolf
-rw-r--r--    1 root     root      1360851 Nov  3 22:21 /home/user/letsgolf/letsgolf/letsgolf

edit: same thing with driver!
Ah, it's because you haven't chmod'd the right file - you probably did the directory, not the binary file...
Code:
chmod +x /home/user/letsgolf/letsgolf/letsgolf
Then, when you 'ls -la /home/user/letsgolf/letsgolf/letsgolf' you should see:
Code:
Nokia-N900:~# ls -la /home/user/letsgolf/letsgolf/letsgolf
-rwxr-xr-x    1 root     root      1360851 Nov  3 22:21 /home/user/letsgolf/letsgolf/letsgolf
...showing the file is executable for all users.

It also looks like you want to change the ownership of all your game files to fix some save-game problems:
Code:
chown -R user:users /home/user/letsgolf/