linux如何关机

2024-10-19 11:28:33

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

linux如何关机

2、init 命令格式:[root@localhost ~]#init 0功能:立即关机,等同于 poweroff

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

linux如何关机
猜你喜欢