Fix User’s Folder and File permission when suPHP enabled
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.
This entry was posted
on Wednesday, August 19th, 2009 at 4:02 am and is filed under Linux Tutorial.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.