13.11.2010, 12:50
(13.11.2010, 09:45)Molt Wrote:Code:cd /opt/twlan
sudo chmod -R 777 htdocs
Setzt Lese- und Schreibrechte für den gesamten htdocs Ordner.
Danach sollte sich alles bearbeiten lassen ;-)
LG
Molt
I strongly suggest you not to do that.
You're opening a security hole in your system.
To restore the permissions on your htdocs folder and make it writable to you, run:
Code:
sudo find /opt/twlan -type d -exec chmod 775 {} \;
sudo find /opt/twlan -type f -exec chmod 664 {} \;
sudo chown -R nobody:youruser /opt/twlan
Found my post helpful? Rate me
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)