01-22-2012, 08:04 PM
You need to have the right permissions on files and folders.
<username>:users replace this with user and group that are going to run and update the server.
Example:
Will give permisson to user lord member of group lord to do the nessesary thing to files when running and updating the server.
Code:
chown <username>:users -R .
chmod u+rwX -R .
<username>:users replace this with user and group that are going to run and update the server.
Example:
Code:
chown lord:lord -R .
chmod u+rwX -R .
Will give permisson to user lord member of group lord to do the nessesary thing to files when running and updating the server.