리눅스 프로세스 상태코드

Jmnote (토론 | 기여)님의 2014년 2월 24일 (월) 10:57 판
Linux process state codes
리눅스 프로세스 상태 코드

1 목록

코드 설명
D Uninterruptible sleep (usually IO)
R Running or runnable (on run queue)
S Interruptible sleep (waiting for an event to complete)
T Stopped, either by a job control signal or because it is being traced.
W paging (not valid since the 2.6.xx kernel)
X dead (should never be seen)
Z Defunct ("zombie") process, terminated but not reaped by its parent.

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}