Kernel Threads Sometimes the process args will be unavailable; when this is happens, ps will instead print the executable name in brackets. This is correct, try execl(program_path, NULL) and you will see your process listed in brackets. [링크 : http://www.linuxquestions.org/questions/linux-newbie-8/square-brackets-in-output-of-ps-aux-not-matching-output-of-ps-ejh-716134/] |
Low PIDs. Very perceptive of you. Low PIDs usually denote a process started by init on boot [링크 : http://www.linuxquestions.org/questions/linux-general-1/ps-process-names-in-brackets-644364/] |
딱히 이렇다할 편한 대답은 없는데..
아무튼 부팅시에 구동된 낮은 번호의 PID를 지는 프로세스와, (낮은 숫자가 아니어도.. 되긴한다)
root 29953 11 0 Nov17 ? 00:00:00 [pdflush] |
root 1936 1 0 Oct05 ? 00:00:12 [nfsd] |
일단은 전반적으로 root가 돌리는 데몬 프로세스 라는 유사성이 있다.
자세한 내용은 나중에 검색해서 추가해야겠다.
'Linux' 카테고리의 다른 글
/proc/net/route 파싱 (0) | 2009.11.30 |
---|---|
좀비 프로세스 생성하기(!) (0) | 2009.11.20 |
ps - Process Status (2) | 2009.11.20 |
pidfile family - pidfile_open, pidfile_remove, pidfile_write, pidfile_close (0) | 2009.11.20 |
쉘 스크립트에서 파일 존재유무 확인하기 (0) | 2009.11.18 |