cd public_html unzip public_html.zip cd find public_html -type d -exec chmod 755 {} \; find public_html -type f -exec chmod 644 {} \;