how to steup a primary DNS - now how to send a signal to named

Kevin Darcy kcd at daimlerchrysler.com
Mon Jun 26 21:23:41 UTC 2000


Thomas Endo wrote:

> In this case, it would probably be kill -INT process-id-number
>
> Where pid may be found by looking for the following output:
>
> ps -ef | grep -v grep | grep named
>
> or
>
> ps -aux | grep -v grep | grep named

Even better: kill -INT `cat /etc/named.pid` (or use that newfangled
"ndc" thing :-)


- Kevin





More information about the bind-users mailing list