Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[v1.4] [Release] TWLan / DSLan v1.4.3L1 for Linux
#80
Please do not follow Molt's instructions, you're making the system less secure.
(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 ';'
That should give you the permissions to read and edit the files.
Found my post helpful? Rate me Big Grin
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)


Messages In This Thread



Users browsing this thread: 1 Guest(s)