Focus on cloud service provider activities
Notes on website operation and maintenance

What is the command for Ubuntu to restart the server? Ubuntu Root Restart Method

Ubuntu is our common Linux image system. What are the commands and methods for Ubuntu to restart the server? Here, Lao Zuo sorts out the process records of several methods to restart the server.

1. Use the reboot command:

 sudo reboot

2. Use the shutdown command:

 sudo shutdown -r now

3. Other common commands include:

Shutdown (immediate):

 sudo shutdown -h now

Scheduled shutdown:

 Sudo shutdown - h+10 # Shut down after 10 minutes Sudo shutdown - h 20:00 # Shut down at 20:00

Cancel scheduled shutdown:

 sudo shutdown -c
Vote for you
Domain name host preferential information push QQ group: six hundred and twenty-seven million seven hundred and seventy-five thousand four hundred and seventy-seven Get preferential promotion from merchants.
Like( one )
Do not reprint without permission: Lao Zuo's Notes » What is the command for Ubuntu to restart the server? Ubuntu Root Restart Method