Command-Line
Alpine linux缺少關機命令
我在一個帶有 alpine linux 和 KDE 桌面的智能手機上,在其中執行 ssh,出於某種原因,沒有人想到將關閉 aplet 放在一個合乎邏輯的位置,甚至關閉實用程序也不存在。
$ whereis shutdown shutdown:
沒什麼,哦,但我確實有停止,但沒有手冊頁。無論如何,是包中提供的關閉命令,在我可以編譯的原始碼中提供,還是只是停止命令的別名?
您可以使用
poweroff
Alpine Linux init 系統已在其文件中進行了描述
相當於
shutdown now -r
傳統的 GNU/Linux 系統:reboot
相當於
shutdown now -H
傳統的 GNU/Linux 系統:halt
相當於
shutdown now -P
傳統的 GNU/Linux 系統:poweroff