linux重启命令 init,linux重启命令init 6和reboot的区别

init命令用于改变操作系统的运行级别。

Init 6是重新启动机器。

reboot也是重新启动机器。

那么这两个命令到底有什么区别呢?

对这两个操作使用man命令看到的内容如下:

init 6 Stop the operating system and reboot to the state defined by the initdefault entry in /etc/inittab.

reboot - reboot performs a sync(1M) operation on the disks, and then a

multi- user reboot is initiated. See init(1M) for details.

"init 6"基于一系列/etc/inittab文件,并且每个应用都会有一个相应shutdown脚本。

"init 6"调用一系列shutdown脚本(/etc/rc0.d/K*)来使系统优雅关机;

"reboot"并不执行这些过程,reboot更是一个kernel级别的命令,不对应用使用shutdown脚本。

所以我们应该在通常情况下使用 init 6。

在出问题的状况下或强制重启时使用reboot。

reboot is a more aggresive command to use. init 6 is much graceful

use of `init 6` will give the cleanest and orderly reboot (init informs svc.startd of the runlevel change and will move to the appropriate milestone).

use of `shutdown -y -g0 -i6 **message**` will invoke init as well as give you grace period and messages to user (shutdown invoked the same as init above).

halt,reboot,poweroff will not run any of the shutdown scripts and should be last resort.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值