Change All Folders To 755 And Files To 644
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 …
cPanel Administration Tips & Tricks