-1

Linux 似乎有很多命令,既适用于操作系统,也有 Linux 工具和实用程序,适用于 GUI 和命令行。

我有兴趣了解如何关闭 Linux 系统。另外,想知道shutdown命令的种类和用途。

我有一个适用于 DOS 并且基于 Linux 的工具,所以我假设有一些适用于 Linux 的工具。否则,我无法完成我的工作。

4

5 回答 5

3

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.

于 2012-05-21T18:34:59.050 回答
1

尝试这个:

sudo /sbin/shutdown -h now
于 2012-05-21T18:33:01.140 回答
1

自 8.04 以来,我一直在 Ubuntu 上使用它

sudo halt
于 2012-05-21T19:01:36.873 回答
1

使用初始化命令。最常用的是:

init 0 Halt or shutdown
init 1 Single user mode
init 6 Reboot 
于 2012-05-21T19:08:20.583 回答
0

这是 linux 的 bash 命令列表。关机命令为“shutdown” 关机或重启linux

http://ss64.com/bash/

于 2012-05-21T18:32:51.553 回答