HALT如何停止机器运行
1、halt命令可以停止系统运行,但不关闭电源;poweroff命令也可实现关机,同时关闭电源。它们两个都是调用shutdown命令来进行的,reboot可以将机器重启。
2、常用方式
格式:halt
格式:shutdown -h
停止系统运行,但不关闭电源。
3、格式:poweroff
停止系统运行,同时关闭电源。
格式:reboot
重启系统。
4、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 ]
5、Turning off quotas: [ OK ]
Unmounting file systems: [ OK ]
Halting system...
md: stopping all md devices
flushing ide devices: hdc
System halted.
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。