chmod all files 644 and files 755

find top/directory -type f -exec chmod 0644 ‘{}’ \;
find top/directory -type d -exec chmod 0755 ‘{}’ \;

Leave a Comment

Your email address will not be published. Required fields are marked *