Linux centos restart command:
1. Reboot Normal restart
2. Shutdown -r now Restart immediately (for root users)
(Recommended video tutorial: linux video tutorial)
3. shutdown -r 10 Automatically restart after 10 minutes (for root users)
4. shutdown - r 20:35 Restart when the time is 20:35 (for root users)
If the restart is set through the shutdown command, you can use the shutdown -c command to cancel the restart.
Related tutorials: CentOS usage tutorial
The above is the detailed content of How to restart centos. For more information, please follow other related articles on the PHP Chinese website!