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

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

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