Linux 关机的5种方法

时间:2025-04-05 21:16:56

Linux 关机

linux立刻关机可通过5种方法实现:

推荐第2种,因为输入字符最少。

方法1:poweroff

poweroff

方法2:init

init 0

方法3:halt

halt -p

方法4:shutdown

shutdown -P now

此处P大写

方法5:systemctl

systemctl poweroff

原文:Linux 关机 | 小步教程