halt.8

来自「操作系统设计与实现源码」· 8 代码 · 共 60 行

8
60
字号


HALT(8)                   Minix Programmer's Manual                    HALT(8)


NAME
     halt - abruptly stop the system

SYNOPSIS
     halt [-f]

DESCRIPTION
     Halt stops the system almost immediately.  The  users  are  not  informed
     about  the  things  to  come.   Halt  is  logged  in /usr/adm/wtmp and in
     /usr/adm/authlog, if these files exist.  Halt should only be run  by  the
     super-user, any other caller will be refused.

     Halt is a rather rude program.  Shutdown(8) is preferred for it  performs
     a more gentle halt routine.

     Halt -f is even worse, it omits the terminate signals that  are  normally
     sent first to all processes to give them a chance to die peacefully.

SEE ALSO
     reboot(2), shutdown(8), reboot(8), boot(8).

AUTHOR
     Edvard Tuinder (v892231@si.hhs.NL)





























                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?