linux关机/重启系统

2020-05-18 06:21:43

重启命令:

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