当前位置:  技术问答>linux和unix

reboot(RBT_HALT);什么意思?

    来源: 互联网  发布时间:2016-10-20

    本文导语:  void onabrt(int sig) {   static int count;   if (++count == 2) reboot(RBT_HALT);   gotabrt = 1; } |      Reboot() is used  to  close  down  the  system.   It  allows      several ways of shutting down de...

void onabrt(int sig)
{
  static int count;

  if (++count == 2) reboot(RBT_HALT);
  gotabrt = 1;
}

|
     Reboot() is used  to  close  down  the  system.   It  allows
     several ways of shutting down depending on how:

     reboot(RBT_HALT)
          Halt the system and return to the monitor prompt.

     reboot(RBT_REBOOT)
          Reboot the system by letting the  monitor  execute  the
          "boot" command.

     reboot(RBT_PANIC)
          Cause a system panic.  This is not normally  done  from
          user  mode, but by servers using the sys_abort() kernel
          call.

     reboot(RBT_MONITOR, code, length)
          Halt the system and let the monitor execute  the  given
          code  of the given length.  (code is of type char * and
          length of type size_t.)

     reboot(RBT_RESET)
          Reboot the system with a hardware reset.

|

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请教Linux/SuSE 下系统reboot 100 times的脚本,谢谢!!! iis7站长之家
  • aix系统reboot命令使系统关机了,为什么?
  • 在suse linux下,root用户不能reboot? 急!
  • RedHat AS 4 如何在系统 reboot 时调用一个程序?
  • reboot()函数的调用权限问题
  • 安装linux5版时出现了you may safely reboot your system
  • reboot: can't open '/proc' too many openfiles,怎么解决?
  • system("sudo reboot"),问题,希望帮助!
  • 怎样禁止用户用reboot,halt命令?
  • 运行insmod ip_tables后,reboot后又无效了?
  • 对于改写后的配置文件该如何不用reboot就能重新装载呢?
  • Linux不能reboot
  • reboot halt 命令
  • centos5安装出错 you may safely reboot your system
  • 请教Linux/SuSE 下系统reboot 100 times的脚本,谢谢!!!
  • 在Oracle vm VirtualBox下安装CentOs5.5为系统ReBoot就卡住
  • alias设置完reboot之后就没了,怎么样保存设置呢??
  • 输入reboot后提示userhelper must be setuid root
  • linux 中,poweroff,halt,reboot 都是consolehelp 的软连接,可是,这些链接和后者的效果不一样,为何?
  • 采用telnet远程reboot失败,如何知道为什么失败?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3