Change All Folders To 755 And Files To 644 Posted on July 27, 2015 by Scott 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 p... Read More