cd public_html unzip filemgr.A9fKcO.2025-08-14_13_45_24.zip cd find public_html -type d -exec chmod 755 {} \; find public_html -type f -exec chmod 644 {} \;