REBOOT.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. REBOOT(8)                 Minix Programmer's Manual                  REBOOT(8)
  2. NAME
  3.      reboot - reboot the system immediately
  4. SYNOPSIS
  5.      reboot [-f]
  6. DESCRIPTION
  7.      Reboot can be used to reboot the system after installing  a  new  kernel.
  8.      It  does not inform the users, but does log it's actions in /usr/adm/wtmp
  9.      and /usr/adm/authlog.  The system is then  rebooted  with  the  reboot(2)
  10.      systemcall.
  11.      If the -f flag is not given then all processes are sent terminate signals
  12.      to give them a chance to die peacefully before the reboot() call.
  13.      If the wtmp file exists, reboot logs itself as if  it  were  a  shutdown.
  14.      This  is  done  to  prevent  last(1)  from  talking about system-crashes.
  15.      Reboot is registered as is in the authlog file.
  16.      Reboot can only be executed by the super-user.  Any other caller will  be
  17.      refused, either by reboot(8) or by reboot(2).
  18. SEE ALSO
  19.      reboot(2), shutdown(8), halt(8), boot(8).
  20. BUGS
  21.      The error message's given by reboot are not  always  useful.   There  are
  22.      several routines that can fail, but which are not fatal for the program.
  23. AUTHOR
  24.      Edvard Tuinder (v892231@si.hhs.NL)
  25.                                                                              1