FreeBSD 4.5의 man kill 내용 중 일부입니다:
1 HUP (hang up)
2 INT (interrupt)
3 QUIT (quit)
6 ABRT (abort)
9 KILL (non-catchable, non-ignorable kill)
14 ALRM (alarm clock)
15 TERM (software termination signal)
그리고 이러한 내용도 있군요:
The following pids have special meanings:
-1 If superuser, broadcast the signal to all processes; otherwise
broadcast to all processes belonging to the user.
즉, 사용자가 root이고 process_id에 -1을 써주면 모든 프로세스에게 시그널이
간다고 하는군요.
: 초보자용 리눅스 프로그래밍 빨간책 한동훈,이만용역
:
: 이란 책에
:
: kill -1 이란 옵션이 있네요.
:
: -9는 들어봤는데 처음보는거라..
:
: http://man.kldp.org/man/man1/kill.1.html :
: 맨페이지에도 없네요. ㅡㅡ;;
:
: 유닉스 파워툴이란 책보면 자세히 설명이 되어있을것 같은데
:
: 아시는분 알려주세요~
:
: --
: 내 이름을 찾는 날은
: 언제인가...
--
--;