On Wed, Jan 30, 2013 at 6:06 PM, Jeremy Kitchen <kitchen(a)kitchen.io> wrote:
I feel I must warn you one last time, since this is
*such* a common
thing. DO NOT. EVER. chmod 777 a directory for a web application. There
should exist no more than 2 chmod 777 directories on a given system:
/tmp
/var/tmp
Actually, these should NOT be 777, but 1777 (assuming we're talking
Linux systems here)...
Jon