How to Use Linux Chmod Command for File Permissions? Quick Answer: Use chmod 755 filename to set read/write/execute for owner...
Bash
find /var/www -type f -exec chmod 644 {}...