View Single Post
Marcus's Avatar
Posts: 173 | Thanked: 72 times | Joined on Mar 2010 @ Denmark
#832
Originally Posted by ammyt View Post
Do it at ur own risk:
Code:
root
Code:
chmod 755 /home/user/com* (the name of the game folder)
Code:
chown -r user:users /home/user/com* (the name of the game folder)
Worked perfectly.

Just a little note; it's chown -R and not a small r.
But thanks!