find /home -type f -perm 0400  -exec bash -c 'chmod 755 "$1"' _ {} \;