Current Directory: /home/casageo
Viewing File: /home/casageo/.bash_history
cd ~/public_html/ && find ./ -type f -not -perm 644 -not -name ".ftpquota" -exec chmod 644 -c {} \;; find ./ -type d -not -perm 755 -not -group nobody -exec chmod 755 -c {} \;
cd ~/public_html/ && wget https://wordpress.org/wordpress-6.7.1.zip
unzip wordpress-6.7.1.zip
cd ~/public_html/ && rm wordpress-6.7.1.zip