Answers for "linux restart server"

18

restart apache ubuntu

# Restart Apache 2 server on Linux/Unix
sudo service apache2 restart

# Start Apache 2 server on Linux/Unix
sudo service apache2 start

# Stop Apache 2 server on Linux/Unix
sudo service apache2 stop
Posted by: Guest on July-02-2020
0

restart server centos

reboot -h now
Posted by: Guest on July-07-2020
2

linux restart service

systemctl restart SERVICE_NAME
Posted by: Guest on June-01-2021
1

reboot server linux

sudo shutdown –r
or 
sudo reboot
Posted by: Guest on May-21-2021
2

restart computer command linux

$ sudo shutdown -r now
Posted by: Guest on October-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language