首页 服务端 linux 正文

linux关机/重启系统

long 2020-05-17 22:21 运维 人气598

重启命令:

reboot

模拟重启:

rebbot -w


关机命令(慎用):

shutdown 

语法:

立即关机

shutdown -h now 

11:00关机

shutdown -h 11:00 "系统在11点关机"

取消关机

centos7.x之前的版本:ctl + c

centos7.x: shutdown -c


其他关机命令:

init 0

halt

poweroff