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
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