Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Steven Briggs on July 09, 2002, 01:52:00 AM
-
I know how to accomplish clearing the DNS cache under a normal linux/named setup, but how do you do it with this distro? I tried an ndc restart, and it tried to start the other named server on the system...
Thanks for any help,
Steve
-
Try this...
kill -1 ps -ef|grep named|awk {'print $2'}
Sean