빠른 답변에 감사드립니다.
그리고보니... named PID가 바뀌는게 아니라...
grep pid 였군요... ^^* 챙피...
그런데... 중요한건... 데몬들을 리스타트 시킬때...
죽이고 살려야하는데... 프로세서를 못찾아서.. 못죽이고...
살리는것 같습니다.
이유를 알고픕니다. please...
: : 아래와 같이 ps ax | grep named 명령으로 named 의 프로세서를
: : 2초 간격으로 체크하니.. 계속 바뀌는 군요...
: : 원래 그러는건가요? ㅡ,.ㅡ;
: :
: :
: : [root@ns named]# ps ax | grep named
: : 21512 ? S 0:00 named
: : 22922 pts/0 S 0:00 grep named
:
:
:
:
:
: named 프로세서 번호(PID)는 21512로 변함이 없군요.
:
: 다만 님께서 내리신 grep 명령의 PID가 바뀌는게로군요.
:
: grep 프로세서를 보이지 않게 하려거든 다음과 같이 하시면 되겠습니다.
:
: $ ps ax | grep named | grep -v grep
: 741 ? S 0:18 named -u named
:
:
:
:
: : [root@ns named]# ps ax | grep named
: : 21512 ? S 0:00 named
: : 22962 pts/0 S 0:00 grep named
: : [root@ns named]# ps ax | grep named
: : 21512 ? S 0:00 named
: : 22982 pts/0 S 0:00 grep named
: : [root@ns named]# ps ax | grep named
: : 21512 ? S 0:00 named
: : 23001 pts/0 S 0:00 grep named
: : [root@ns named]# ps ax | grep named
: : 21512 ? S 0:00 named
: : 23019 pts/0 S 0:00 grep named
: : [root@ns named]# ps ax | grep named
: : 21512 ? S 0:00 named
: : 23037 pts/0 S 0:00 grep named--리눅스 ~! 널 사랑한닷~!!