kill 과 함께 쓰이는 SIGNAL NUMBER 들

2013.02.16 01:28

ischo 조회 수:28897

원문 : 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 108877
51 파일 시스템 용량 증가시 "물리적 구획이 부족합니다."(0516-1034) 라는 메세지가 오류메세지 조인상 2010.05.11 17862
50 메모리 정보 확인 조인상 2010.05.11 17347
49 LV name과 마운트 이름 변경하기 조인상 2010.05.11 17686
48 미러링된 디스크중 하나의 상태가 none으로 나타날때. 조인상 2010.05.11 12947
47 Log device 에 관한 에러와 수정하는 방법 조인상 2010.05.11 14835
46 AIX OS에서 time zone을 변경 하는 방법 조인상 2010.05.11 18149
45 VMM memory tuning 방법. 조인상 2010.05.11 14914
44 Backup OS Disk만들기(alter disk 백업 방법) 조인상 2010.05.11 15556
43 시스템부팅이상시조치사항 조인상 2010.05.11 17214
42 JFS2 파일시스템 수퍼블록이 훼손 되었을 경우 조인상 2010.05.11 13690
41 AIX L1, L2, L3 cache 사이즈 확인하는 방법 조인상 2010.05.11 17727
40 root 패스워드 잊어 버렸을때 지우는 방법 조인상 2010.05.11 14570
39 AIX 5.2 DNS setting 조인상 2010.05.11 24597
38 IBM Ess800 storage 관련 조인상 2010.05.11 13875
37 네트웍 관련 (IP 세팅, 라우팅 세팅, 속도 세팅) [1] 조인상 2010.05.11 20236
36 OS 변경 후 이전 유저 환경 유지시키려면.. 조인상 2010.05.11 12375
35 보안 점검 시 유용한 명령어 모음 조인상 2010.05.11 15737
34 메뉴얼 링크 [1] 조인상 2010.05.11 19606
33 cpu clock 확인하는 방법 조인상 2010.05.11 25788
32 AIX ssh 설치하기 조인상 2010.05.11 51034
서버에 요청 중입니다. 잠시만 기다려 주십시오...