cd public_html
unzip public_html.zip
cd
find public_html -type d -exec chmod 755 {} \;
find public_html -type f -exec chmod 644 {} \;
ll
netstat -ltpn
ls
cd public_html
ls
echo '<?php echo phpversion(); echo "<br>".__DIR__;' > beget.php
pwd
ll ..
ls ..