PDA

View Full Version : Permissions Issue


artistwantab
07-19-2006, 04:58 PM
Hello,

What would cause the permissions of a folder to go back to 755 after being set to 777.

Dustin
07-19-2006, 05:20 PM
The server. 777 is a dangerous CHMOD so it is restricted. You will need to set it to 775 or 755. The servers run phpsuexec, so if you are installing something that requires 777, 775 will work the same.