您好,欢迎来到外链网!
当前位置:外链网 » 站长资讯 » 专业问答 » 文章详细 订阅RssFeed

Linux命令之halt - 停止系统运行但不关闭电源

来源:互联网 浏览:80次 时间:2023-04-08
用途说明

halt命令可以停止系统运行,但不关闭电源;poweroff命令也可实现关机,同时关闭电源。它们两个都是调用shutdown命令来进行的,reboot可以将机器重启。 

常用方式

格式:halt

格式:shutdown -h

停止系统运行,但不关闭电源。

格式:poweroff

停止系统运行,同时关闭电源。 

格式:reboot

重启系统。 

使用示例 示例一

[root@node34 root]# halt

Broadcast message from root (pts/1) (Wed Mar 30 12:57:13 2011):

The system is going down for system halt NOW!
[root@node34 root]#

到控制台的第一屏去看,最后几行为

Sending all processes the TERM singal ...  [ OK ]

Sending all processes the KILL singal ...     [ OK ]

Syncing hardware clock to system time     [ OK ]

Turning off swap:                                         [ OK ]

Turning off quotas:                                      [ OK ]

Unmounting file systems:                            [ OK ]

Halting system...

md: stopping all md devices 

flushing ide devices: hdc

System halted.

 

还得手工关闭电源。

本文从互联网转载,来源地址:www.downzz.com/shell/17380.html,原作者保留一切权利,若侵权或引用不当,请联系茶猫云(cmy.cn)删除。【茶猫云,优质云服务器提供商】