17.04.2011, 10:46
Please do not follow Molt's instructions, you're making the system less secure.
The correct way to do it would be:
That should give you the permissions to read and edit the files.
(17.04.2011, 09:56)Molt Wrote: Öffne das Terminal und gib ein:
(DEINNAME durch deinen Namen ersetzen)
Code:chown -R DEINNAME /opt/twlan/htdocs
chmod -R 775 /opt/twlan/htdocs
chmod -R 777 /opt/twlan/htdocs/templates_c
chmod -R 777 /opt/twlan/htdocs/admin/templates_c
The correct way to do it would be:
Code:
chown nobody /opt/twlan/htdocs
chgrp -R YOURUSERNAME /opt/twlan/htdocs
find /opt/twlan/htdocs -type d -exec chmod 2770 ';'
find /opt/twlan/htdocs -type f -exec chmod 0660 ';'
Found my post helpful? Rate me
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)