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 108553
211 AIX 시스템상의 core수 확인하기 ischo 2013.01.10 102107
210 AIX에서 하드웨어구성상태 확인방법 조인상 2010.05.11 81489
209 lsof 설치 없이 해당 포트를 열고 있는 프로세스 확인하는 법 ischo 2012.10.17 58221
208 AIX ssh 설치하기 조인상 2010.05.11 51017
207 AIX 6.1에 Apache 설치하기 ischo 2013.02.01 48728
206 AIX에서 시스템의 hostname 변경하기 ischo 2013.04.30 45229
205 AIX에서의 mirrorvg. 디스크 미러링 조인상 2011.07.06 44445
204 AIX에서 TCP wrapper 사용하기 조인상 2010.05.11 44316
203 IBM AIX Version 6.1 Differences Guide file 조인상 2012.07.26 44156
202 AIX 튜닝포인트 - CPU,MEM,VG + FAQ [1] ischo 2012.11.20 41689
201 AIX 환경에서 usb드라이브 사용하기 조인상 2011.09.01 41049
200 AIX 에서의 Comp , Noncomp 의 메모리 사용확인및 튜닝 조인상 2011.01.03 40831
199 시스템 성능의 병목원인 분석 조회 조인상 2010.05.11 40815
198 AIX 환경에서 NFS port번호 range 지정방법 조인상 2010.06.04 37784
197 errpt 4C41C0D0 : JFS2 LOG RECORDS FORCED OVERWRITTEN 조인상 2010.05.11 36394
196 AIX에서 process 당 thead 개수 (maximum number of thread per process) ischo 2013.02.06 35380
195 p시리즈 펌웨어 업데이트 방법 조인상 2012.07.20 35038
194 IBM AIX Version 7.1 Differences Guide file 조인상 2012.07.26 34714
193 etherchannel (teaming : 티밍) 구성방법 [1] file 조인상 2010.05.11 34388
192 AIX 시스템 퍼포먼스를 그래프로 확인 nmon + nmon analyser file 조인상 2010.05.11 33967
서버에 요청 중입니다. 잠시만 기다려 주십시오...