LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1097|回复: 4

求助:kill and kill -9

[复制链接]
发表于 2008-7-30 19:36:06 | 显示全部楼层 |阅读模式
close this question for has been fixed
 楼主| 发表于 2008-7-31 09:22:56 | 显示全部楼层
人气这么差吗?
回复 支持 反对

使用道具 举报

发表于 2008-7-31 10:36:31 | 显示全部楼层
  1. man kill
复制代码
  1.        The  command kill sends the specified signal to the specified process or process group.  If no signal is specified, the
  2.        TERM signal is sent.  The TERM signal will kill processes which do not catch this signal.  For other processes, it  may
  3.        be necessary to use the KILL (9) signal, since this signal cannot be caught.
  4.        -s signal
  5.               Specify the signal to send.  The signal may be given as a signal name or number.
复制代码
  1. man 7 signal
复制代码
  1.       Signal     Value     Action   Comment
  2.        -------------------------------------------------------------------------
  3.        SIGHUP        1       Term    Hangup detected on controlling terminal
  4.                                      or death of controlling process
  5.        SIGINT        2       Term    Interrupt from keyboard
  6.        SIGQUIT       3       Core    Quit from keyboard
  7.        SIGILL        4       Core    Illegal Instruction
  8.        SIGABRT       6       Core    Abort signal from abort(3)
  9.        SIGFPE        8       Core    Floating point exception
  10.        SIGKILL       9       Term    Kill signal
  11.        SIGSEGV      11       Core    Invalid memory reference
  12.        SIGPIPE      13       Term    Broken pipe: write to pipe with no readers
  13.        SIGALRM      14       Term    Timer signal from alarm(2)
  14.        SIGTERM      15       Term    Termination signal
  15.        SIGUSR1   30,10,16    Term    User-defined signal 1
  16.        SIGUSR2   31,12,17    Term    User-defined signal 2
  17.        SIGCHLD   20,17,18    Ign     Child stopped or terminated
复制代码
回复 支持 反对

使用道具 举报

发表于 2008-7-31 12:16:42 | 显示全部楼层


  1. man trap
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-31 15:10:30 | 显示全部楼层
close this question for has been fixed
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表