BreadCrumbs: Lookupd Mac OS X
Lookupd Mac OS X
From Luke Jackson
(Difference between revisions)
| Revision as of 22:49, 24 August 2010 (edit) Ljackson (Talk | contribs) ← Previous diff |
Current revision (20:10, 20 April 2015) (edit) Ljackson (Talk | contribs) (→Flush DNS Cache) |
||
| Line 7: | Line 7: | ||
| lookupd -flushcache | lookupd -flushcache | ||
| - | dscacheutil -flushcache | + | sudo dscacheutil -flushcache |
| + | sudo killall -HUP mDNSResponder | ||
| [[Category:Mac OS X]] | [[Category:Mac OS X]] | ||
Current revision
[edit]
Examples
[edit]
Flush DNS Cache
You can flush the DNS cache on Mac OSX manually by typing the following command into terminal:
lookupd -flushcache
sudo dscacheutil -flushcache sudo killall -HUP mDNSResponder