"리눅스 프로세스 상태코드"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 프로세스 상태 코드 문서를 리눅스 프로세스 상태 코드 문서로 옮겼습니다)
1번째 줄: 1번째 줄:
;PROCESS STATE CODES
;Linux process state codes
;프로세스 상태 코드
;프로세스 상태 코드



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 }}