Restrict File Permissions
File permissions should be restricted to prevent breach of security of your site. The file permissions should be set to the bare minimum.
Setting the CHMOD value to 755 for folders means only the owner has write permissions and others will have read and execute permissions. Setting the CHMOD value to 644 for files means the owners have the read and write permissions and others can only read the files.