Advertisement
BimoSora

cron

Mar 14th, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. chown nginx:nginx -R /usr/share/nginx && chmod 777 -R /usr/share/nginx && chmod 777 -R /home/webgonit && chown webgonit:nginx -R /home/webgonit && chmod 777 -R /etc/nginx && chown nginx:nginx -R /var/lib/php/session && dnf update -y && dnf upgrade -y && dnf autoremove -y && dnf clean all -y && rm -rf /var/cache/dnf && systemctl restart nginx && systemctl restart mariadb.service && systemctl restart php-fpm && cat /dev/null > ~/.bash_history && history -c && shutdown -r now
  2.  
  3. chown nginx:nginx -R /usr/share/nginx && chmod 777 -R /usr/share/nginx && chmod 777 -R /home/webgonit && chown webgonit:nginx -R /home/webgonit && chmod 777 -R /etc/nginx && chown nginx:nginx -R /var/lib/php/session && yum update -y && yum upgrade -y && yum autoremove -y && yum clean all -y && rm -rf /var/cache/yum && systemctl restart nginx && systemctl restart mariadb.service && systemctl restart php-fpm && cat /dev/null > ~/.bash_history && history -c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement