我使用的是带有 alpine linux 和 KDE 桌面的智能手机,运行 ssh,由于某种原因,没有人想到将关闭 aplet 放在一个合乎逻辑的位置,甚至关闭实用程序也不存在。
$ whereis shutdown
shutdown:
没什么,哦,但是我确实有停止,但没有手册页。无论如何, shutdown 命令是在包中提供的,可以在我可以编译的源代码中提供,还是只是halt 命令的别名?
答案1
您可以使用poweroff
Alpine Linux 初始化系统已在其文档中进行了描述
相当于shutdown now -r
传统的 GNU/Linux 系统:
reboot
相当于shutdown now -H
传统的 GNU/Linux 系统:
halt
相当于shutdown now -P
传统的 GNU/Linux 系统:
poweroff