you can either "chown" the directory to your user, "chgrp" the directory to your group id and allow group write on the directory (chmod g+w /usr/local/game/enemy-territory/etmain) or you can "chmod 777" the directory and allow anything to everyone :-)
for more infos read: man chmod, amdn chown, man chgrp
|