Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[v1.4] [Release] TWLan / DSLan v1.4.3L1 for Linux
#25
(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
Replace 'youruser' by your username.
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
RE: [Release] TWLan / DSLan v1.4.3L1 for Linux - by Lekensteyn - 13.11.2010, 12:50



Users browsing this thread: 10 Guest(s)