kill 과 함께 쓰이는 SIGNAL NUMBER 들

2013.02.16 01:28

ischo 조회 수:28881

원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

/usr/include/sys/signal.h  파일에서 정의됨.

 

 

/*
 * valid signal values: all undefined values are reserved for future use
 * note: POSIX requires a value of 0 to be used as the null signal in kill()
 */
#define SIGHUP     1    /* hangup, generated when terminal disconnects */
#define SIGINT     2    /* interrupt, generated from terminal special char */
#define SIGQUIT    3    /* (*) quit, generated from terminal special char */
#define SIGILL     4    /* (*) illegal instruction (not reset when caught)*/
#define SIGTRAP    5    /* (*) trace trap (not reset when caught) */
#define SIGABRT    6    /* (*) abort process */
#define SIGEMT     7    /* EMT intruction */
#define SIGFPE     8    /* (*) floating point exception */
#define SIGKILL    9    /* kill (cannot be caught or ignored) */
#define SIGBUS    10    /* (*) bus error (specification exception) */
#define SIGSEGV   11    /* (*) segmentation violation */
#define SIGSYS    12    /* (*) bad argument to system call */
#define SIGPIPE   13    /* write on a pipe with no one to read it */
#define SIGALRM   14    /* alarm clock timeout */
#define SIGTERM   15    /* software termination signal */
#define SIGURG    16    /* (+) urgent contition on I/O channel */
#define SIGSTOP   17    /* (@) stop (cannot be caught or ignored) */
#define SIGTSTP   18    /* (@) interactive stop */
#define SIGCONT   19    /* (!) continue (cannot be caught or ignored) */
#define SIGCHLD   20    /* (+) sent to parent on child stop or exit */
#define SIGTTIN   21    /* (@) background read attempted from control terminal*/
#define SIGTTOU   22    /* (@) background write attempted to control terminal */
#define SIGIO     23    /* (+) I/O possible, or completed */
#define SIGXCPU   24    /* cpu time limit exceeded (see setrlimit()) */
#define SIGXFSZ   25    /* file size limit exceeded (see setrlimit()) */
#define SIGMSG    27    /* input data is in the ring buffer */
#define SIGWINCH  28    /* (+) window size changed */
#define SIGPWR    29    /* (+) power-fail restart */
#define SIGUSR1   30    /* user defined signal 1 */
#define SIGUSR2   31    /* user defined signal 2 */
#define SIGPROF   32    /* profiling time alarm (see setitimer) */
#define SIGDANGER 33    /* system crash imminent; free up some page space */
#define SIGVTALRM 34    /* virtual time alarm (see setitimer) */
#define SIGMIGRATE 35   /* migrate process */
#define SIGPRE    36    /* programming exception */
#define SIGVIRT   37    /* AIX virtual time alarm */
#define SIGALRM1  38    /* m:n condition variables - RESERVED - DON'T USE */
#define SIGTALRM  38    /* per-thread alarm clock */
#define SIGWAITING 39   /* m:n scheduling - RESERVED - DON'T USE */
#define SIGSYSERROR 48  /* kernel error */
#define SIGRECOVERY 49  /* kernel recovery occurring */


/*
 * Signals 50 to 57 are assigned to POSIX real-time signals.
 * See SIGRTMIN and SIGRTMAX below.
 */
#define SIGRECONFIG 58  /* Reserved for Dynamic Reconfiguration Operations */
#define SIGCPUFAIL 59   /* Predictive De-configuration of Processors - */
                        /*      RESERVED - DON'T USE */
#define SIGKAP    60    /* keep alive poll from native keyboard */
#define SIGGRANT  SIGKAP /* monitor mode granted */
#define SIGRETRACT 61   /* monitor mode should be relinguished */
#define SIGSOUND  62    /* sound control has completed */
#define SIGSAK    63    /* secure attention key */

 

 

 

번호 제목 글쓴이 날짜 조회 수
공지 [공지] 게시자료 열람자유. 불펌금지입니다. 조인상 2010.12.07 108571
191 디버그툴 dbx 사용법 file 조인상 2012.07.26 33907
190 AIX 유니코드 한글 표시 조인상 2010.05.11 33044
189 RAID 1+0 과 0+1의 차이점 file 조인상 2010.05.11 32645
188 [정욱이네] IBM AIX java 설치 하기. 조인상 2010.05.11 32483
187 OP 판넬의 주황색 경고등 끄기 조인상 2010.05.11 32324
186 IBM xSeries 펌웨어 업데이트를 위한 BoMC(Bootable Media Center) 사용법 file 조인상 2010.06.29 31418
185 FIN_WAIT_2 상태에 대하여 조인상 2010.05.11 31055
184 HMC 관련 교육자료 [4] file 조인상 2010.05.11 31025
183 p시리즈 일반적인 점검방법 조인상 2010.11.17 30951
182 IBM p시리즈 ASM/시리얼접속방법 조인상 2010.07.01 30800
181 AIX 메모리 사용량 측정. sar -P All 2 5 // lsps -a Unix 조인상 2010.05.11 29807
180 AIX 환경에서 TCP dump 뜨기 [1] ischo 2014.12.05 29348
179 p시리즈 장비 OP패널에서 강제 shutdown 방법 조인상 2012.10.13 29290
178 Optimizing AIX 5L performance - AIX 5L시리즈 메모리 튜닝 조인상 2010.06.22 29275
177 AIX DISK attach에서 mount까지 조인상 2010.05.11 29216
» kill 과 함께 쓰이는 SIGNAL NUMBER 들 ischo 2013.02.16 28881
175 NFS mount 조인상 2010.05.11 28813
174 IBM x3650 M3 Service Guide file 조인상 2012.08.04 28461
173 Backup OS Disk만들기(alter disk 백업 방법) 조인상 2010.05.11 28428
172 named 1분 간격으로 검사하여 살리는 스크립트 [1] ischo 2012.12.26 28284
서버에 요청 중입니다. 잠시만 기다려 주십시오...