How to reset file/folder permissions to folder to 755 and files to 644?
Run the following command from an SSH session:
chmod -R ugo-x,u+rwX,go+rX,go-w <path>
Where <path> is the physical path of the folders/files you wish to change
cPanel Administration Tips & Tricks
How to reset file/folder permissions to folder to 755 and files to 644?
Run the following command from an SSH session:
chmod -R ugo-x,u+rwX,go+rX,go-w <path>
Where <path> is the physical path of the folders/files you wish to change