12Nov/090
How to Flush DNS cache (Windows/MAC/Linux)
DNS cache, although very useful in normal time, can become very annoying when all you want is to get rid of it to initiate a fresh query.
Here is how to clear the DNS cache on each of Microsoft Windows, Mac OS and Linux Operating Systems
Microsoft Windows (all versions)
- Open the command prompt: Start -> Run -> cmd
- Type ipconfig /flushdns
MAC OS X (Tiger and Earlier)
- Open the terminal window
- Type lookupd -flushcache
Mac OS X (Leopard)
- Open the terminal window
- Type dscacheutil -flushcache
Linux
- Open a terminal windows
- Type /etc/rc.d/init.d/nscd restart
Enjoyed the post, what is next?
Grab our FULL RSS feed! or Email Updates then share it
About Antoine Khater
I have been working in IT consultancy and solution integration since 1998 and I consider myself lucky to be, one in a few, making a living out of my passion. I am also member of the famous Experts Exchange (profile here) online community where I try my best to share what I have learned along the road.
Tagged as: DNS, linux, mac os, tips & tricks, windows
Leave a comment