Server operation instructions

  1. Server shutdown and startup instructions

First enter the administrator identity: sudo su name, then enter the following command:

Restart instructions:

[root@localhost ~]# shutdown -r now

#restart, now means restart now

[root@localhost ~]# shutdown -r 05:30

#Restart at the specified time, but it will occupy the foreground terminal

[root@localhost ~]# shutd

Guess you like

Origin blog.csdn.net/qq_42019881/article/details/128683050