ALL: find . -type d -exec chmod 755 {} \; find . -type d -exec cp index.php {} \; find . -type f -exec chmod 644 {} \;