How to empty the DNS cache method/Command
How to empty the DNS cache under Microsoft Windows
In Microsoft Windows, your can use the command Ipconfig/flushdns to flush the DNS resolver cache.
Under Microsoft Windows, you can use command Ipconfig/flushdns to flush out DNS cache content.
can also use the command Ipconfig/displaydns to view the DNS resolver cache.
You can also use command Ipconfig/displaydns to view DNS cache content.
Ipconfig/flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
Flush DNS in Mac OS X
How to empty the DNS cache under MAC OS X
In Mac OS X, you can use the command Lookupd-flushcache to flush the DNS resolver cache.
In Mac OS X, you can use this command Lookupd-flushcache to empty the reserved cache.
bash-2.05a$ Lookupd-flushcache
Flush DNS in Linux
How to empty the DNS cache under Linux
In Linux, the NSCD daemon manages the DNS cache.
In Linux, the NSCD process is responsible for managing the DNS cache.
To flush the DNS cache, restart the NSCD daemon.
To clear the DNS cache, restart the NSCD daemon.
To restart the NSCD daemon, use the command '/etc/rc.d/init.d/nscd restart '.
To restart the NSCD process, use the command/etc/rc.d/init.d/nscd restart