Try /etc/init.d/named stop
The scripts in /etc/init.d/ (really /etc/rc.d/init.d)
are used to start and stop "services" (daemons).
If you `cd /etc/init.d/` and then `ls` you can see all of the
good stuff. Also `setup` will give a nifty UI for this stuff. If all
else fails you can kill any process with `kill [process id]`, the Process ID can
be found with `ps -e`. Or you can try my favourite "kill `pidof
named`" (no quotes!).
/B
|
- Starting and stopping bind Rob Francis
- Re: Starting and stopping bind David Busby
- Re: Starting and stopping bind Gene Yoo
- RE: Starting and stopping bind Rob Francis
- Re: Starting and stopping bind Michael Fratoni