Categories

Thursday 4 April 2013

Commands to Fix Permission on Linux Server

Hello,

To fix the permission of all the files on the linux server especially for files inside public_html(Cpanel) ,then please do the following steps .

cd Directory

Then issue the command for files

find . -type f -exec chmod 644 {} \;


For directories


find . -type d -exec chmod 755 {} \;



Regards

Syam



 




No comments:

Post a Comment

Ad