Skip to content

Instantly share code, notes, and snippets.

@h3nr1ke
Last active April 2, 2018 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3nr1ke/0637b2a617354efa525e9f45c5325748 to your computer and use it in GitHub Desktop.
Save h3nr1ke/0637b2a617354efa525e9f45c5325748 to your computer and use it in GitHub Desktop.
maintenance commands ubuntu server
#restart nginx
service nginx restart
#restart php
service php7.0-fpm restart
#list all services running
service --status-all
#add path
export PATH=$PATH:/sbin
#shutdown
sudo poweroff
#restart
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment