Linux 似乎有很多命令,既适用于操作系统,也有 Linux 工具和实用程序,适用于 GUI 和命令行。
我有兴趣了解如何关闭 Linux 系统。另外,想知道shutdown命令的种类和用途。
我有一个适用于 DOS 并且基于 Linux 的工具,所以我假设有一些适用于 Linux 的工具。否则,我无法完成我的工作。
If by code you mean command, here ya go: shutdown -h now
However this question has nothing to do with programming and doesn't belong on Stackoverflow.
尝试这个:
sudo /sbin/shutdown -h now
自 8.04 以来,我一直在 Ubuntu 上使用它
sudo halt
使用初始化命令。最常用的是:
init 0 Halt or shutdown
init 1 Single user mode
init 6 Reboot
这是 linux 的 bash 命令列表。关机命令为“shutdown” 关机或重启linux