First the signals described in the original POSIX.1-1990 standard.

——-Signal——— Value ———Action——-
SIGHUP 1 Term Hangup detected on controlling terminal or death of controlling process

SIGINT 2 Term Interrupt from keyboard

SIGQUIT 3 Core Quit from keyboard

SIGILL 4 Core Illegal Instruction

SIGABRT 6 Core Abort signal from abort(3)

SIGFPE 8 Core Floating point exception

SIGKILL 9 Term Kill signal

SIGSEGV 11 Core Invalid memory reference

SIGPIPE 13 Term Broken pipe: write to pipe with no readers

SIGALRM 14 Term Timer signal from alarm(2)

SIGTERM 15 Term Termination signal

SIGUSR1 30,10,16 Term User-defined signal 1

SIGUSR2 31,12,17 Term User-defined signal 2

SIGCHLD 20,17,18 Ign Child stopped or terminated

SIGCONT 19,18,25 Cont Continue if stopped

SIGSTOP 17,19,23 Stop Stop process

SIGTSTP 18,20,24 Stop Stop typed at terminal

SIGTTIN 21,21,26 Stop Terminal input for background process

SIGTTOU 22,22,27 Stop Terminal output for background process

반응형

'아는 것이 힘 > IT세상' 카테고리의 다른 글

피싱 대처법  (0) 2021.03.10
[AI] 인공지능 발전 역사  (0) 2021.02.01
[IP] Subnet = Netmask  (0) 2020.08.28
[윈도우 명령어] 텍스트 변환  (0) 2020.07.29
[Python] 한글 파일 읽기 / 쓰기  (0) 2020.04.13

+ Recent posts