Flush Archive
-
How to Flush DNS in Linux
Posted on February 18, 2010 | No CommentsIn Linux, the nscd daemon manages the DNS cache. To flush the DNS cache, restart the nscd daemon. To restart the nscd daemon, use the command `/etc/init.d/nscd restart`. -
How to Flush DNS in Mac OSX
Posted on February 18, 2010 | No CommentsIn Mac OSX Leopard, you can use the command dscacheutil -flushcache to flush the DNS resolver cache: bash-2.05a$ dscacheutil -flushcache In Mac OSX versions 10.5.1 and before, the command lookupd... -
How do I Flush DNS?
Posted on February 18, 2010 | No CommentsMost DNS clients cache the results of name resolution requests. This speeds up name resolution if multiple lookups are done to the same address, such as is common when browsing...


