Linux
ps에서 [프로세스] 의 의미 - bracket process name in ps
구차니
2009. 11. 20. 15:46
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가 돌리는 데몬 프로세스 라는 유사성이 있다.
자세한 내용은 나중에 검색해서 추가해야겠다.