View Single Post
Posts: 1,033 | Thanked: 1,013 times | Joined on Jan 2010
#4
Don't chmod 777, just do the following:

Code:
sudo gainroot
cd /your_game_folder/
chown -R user:users /game_folder/
exit
exit