Created
March 16, 2011 13:53
-
-
Save SpringMT/872523 to your computer and use it in GitHub Desktop.
Mac OS XでDNSキャッシュをFlushする方法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo dscacheutil -flushcache | |
| http://d.hatena.ne.jp/solitary_shell/20090102/1230887064 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist