Chinaunix首页 | 论坛 | 博客
  • 博客访问: 464226
  • 博文数量: 108
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 1134
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-29 19:43
文章分类

全部博文(108)

文章存档

2016年(10)

2015年(9)

2014年(73)

2013年(16)

我的朋友

分类: LINUX

2013-11-28 17:42:27

Name

Number

Meaning

HUP

1

Hang Up. The controlling terminal has gone away.

INT

2

Interrupt. The user has pressed the interrupt key (usually Ctrl-C or DEL).

QUIT

3

Quit. The user has pressed the quit key (usually Ctrl-\). Exit and dump core.

KILL

9

Kill. This signal cannot be caught or ignored. Unconditionally fatal. No cleanup possible.

TERM

15

Terminate. This is the default signal sent by the kill command.

EXIT

0

Not really a signal. In a shell script, an EXIT trap is run on any exit, signalled or not.

阅读(841) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~