Archive for August, 2009

Fix User’s Folder and File permission when suPHP enabled

Wednesday, August 19th, 2009

Just use the command below to fix the user’s files and folder permission.

find /home//public_html/ -type d -exec chmod 755 {} \;

find /home//public_html/ -type f -exec chmod 644 {} \;

Repace with the real username in the system.

[del.icio.us] [Digg] [Reddit] [Slashdot] [StumbleUpon] [Technorati] [Windows Live] [Yahoo!]