David Busby wrote:
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!).

if you're root in RH8, you could just run:


#service named stop

i did all mentioned on the post and had stop the service.
--
<<gyoo [at] attbi [dot] com>>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux)

iQCUAwUBPhxERRxoVYCzmrKXAQJK5gP3Y7CTsFyKpEz2p5W4GWI9+qSm+kWfdJ0R
xNlma0Ma9rAL/OBJcZMo5IXyXas+3Edogbv4Al6dIf8lot1WS0Iaxxl/cg2f7gf+
otf7LfNpZDE/6OzR7A1qN6baPMLSjGzywwQWMfSVuWWb6kGQxMsA13Kn68G7Ozxs
5CODZqUPyg==
=AolA
-----END PGP SIGNATURE-----




-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to