Tags: leopard
Flush DNS Cache on OSX Leopard
By Jason on Jan 14, 2009 | In Linux | Send feedback »
The method for flushing the DNS cache on OSX has changed with Leopard.
Here is the right way:
Code:
dscacheutil -flushcache |
the old method (lookupd) has been deprecated.