Home  >  Article  >  Operation and Maintenance  >  How to restart centos

How to restart centos

王林
王林Original
2020-03-14 16:32:5316380browse

How to restart centos

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn