Difference between revisions of "Flushing DNS cache in Linux"
From Pulsed Media Wiki
(Created page with "In most Debian based systems you can simply do: /etc/init.d/bind restart or /etc/init.d/bind9 restart to restart bind, which is a DNS daemon handling the caching (See [[/...") |
|||
Line 9: | Line 9: | ||
/etc/init.d/named restart | /etc/init.d/named restart | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:Dedicated server guides]] | ||
+ | [[Category:Guides]] |
Latest revision as of 11:08, 16 December 2011
In most Debian based systems you can simply do:
/etc/init.d/bind restart
or
/etc/init.d/bind9 restart
to restart bind, which is a DNS daemon handling the caching (See /etc/resolv.conf). On some systems it is named, ie. on RHEL.
/etc/init.d/named restart