Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

signal(7)


SIGNAL

SIGNAL

NAME
DESCRIPTION
CONFORMING TO
BUGS
SEE ALSO

NAME

signal − list of available signals

DESCRIPTION

Linux supports the signals listed below. Several signal numbers are architecture dependent. First the signals described in POSIX.1.

Image /web_man_pages/man_unzipped/en/redhat/5/5.21.png

Next various other signals.

Image /web_man_pages/man_unzipped/en/redhat/5/5.22.png

(Here − denotes that a signal is absent; there where three values are given, the first one is usually valid for alpha and sparc, the middle one for i386 and ppc, the last one for mips. Signal 29 is SIGINFO / SIGPWR on an alpha but SIGLOST on a sparc.)

The letters in the "Action" column have the following meanings:

A

Default action is to terminate the process.

B

Default action is to ignore the signal.

C

Default action is to dump core.

D

Default action is to stop the process.

E

Signal cannot be caught.

F

Signal cannot be ignored.

G

Not a POSIX.1 conformant signal.

CONFORMING TO

POSIX.1

BUGS

SIGIO and SIGLOST have the same value. The latter is commented out in the kernel source, but the build process of some software still thinks that signal 29 is SIGLOST.

SEE ALSO

kill(1), kill(2), setitimer(2)



signal(7)