本文使用「署名 4.0 国际 (CC BY 4.0)」许可协议,欢迎转载、或重新修改使用,但需要注明来源。 [署名 4.0 国际 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/deed.zh) 本文作者: 苏洋 创建时间: 2012年03月08日 统计字数: 177字 阅读时间: 1分钟阅读 本文链接: https://soulteary.com/2012/03/08/macwinlinux%E6%B8%85%E9%99%A4dns%E7%BC%93%E5%AD%98.html ----- # Mac,Win,Linux 清除 DNS 缓存 Mac OS X: ```bash dscacheutil -flushcache ``` Linux: ```bash /etc/init.d/nscd restart ``` Windows: ```bash ipconfig /flushdns ``` 如果你想知道当前的DNS缓存 ```bash ipconfig /displaydns ```