[Snippet] Clearing DNS Cache in Mac OS X Leopard
October 21, 2009
This is a quick snippet in the list of things I don’t want to remember but need a place to quickly find the answer. Only difference is I figured others could benefit from this.
So, need to clear the DNS cache in Leopard? Open Terminal (Applications>Utilities>Terminal) and type the following command then hit ENTER.
dscacheutil -flushcache
Note: You may need to restart your browser for the changes to occur.
No Comments