linux如何关机
1、shutdown 命令
格式:[root@localhost ~]#shutdown now
功能:立即关机,等同于 poweroff

2、init 命令
格式:[root@localhost ~]#init 0
功能:立即关机,等同于 poweroff
3、halt 命令
格式:[root@localhost ~]#halt
功能:系统关机但不切断电源,CPU 处于锁死状态,只能强行关机。

阅读量:103
阅读量:35
阅读量:59
阅读量:165
阅读量:84
1、shutdown 命令
格式:[root@localhost ~]#shutdown now
功能:立即关机,等同于 poweroff

2、init 命令
格式:[root@localhost ~]#init 0
功能:立即关机,等同于 poweroff
3、halt 命令
格式:[root@localhost ~]#halt
功能:系统关机但不切断电源,CPU 处于锁死状态,只能强行关机。
