View Single Post
Hariainm's Avatar
Posts: 485 | Thanked: 708 times | Joined on Feb 2010 @ Galiza
#35
Originally Posted by lucky88shp View Post
@Hariainm

Man, u r the best!!!
I know im a noob at this, but the key was the command
'chmod 755 nova'
Tht made it work!!! Thnx alot man, seriously!
Btw, wut does the command 'chmod 755' do?
Hahaha! At least!
By the way, chmod gives you control over UNIX premissions (read, write and exec), but only on UNIX filesystems (like our /home/user ext3 partition) That's why you need to place games there, and not in MyDocs (partitioned in NTFS, that not supports this feature)
You can also do chmod +rwx instead of 755, it does basicly the same.

http://en.wikipedia.org/wiki/Chmod
 

The Following User Says Thank You to Hariainm For This Useful Post: