OS X El Capitan,10.11.2api
業務須要,配置「nexus」爲某個ip,以下圖更改了 /etc/hosts 文件。spa
結果在ping的時候,請求並未發到指定ip上。code
hosts文件權限不足,應當至少爲644,以下操做後,hosts文件生效。blog
chmod 644 /etc/hosts
OS X 中彷佛會將hosts文件保存在 /etc/hosts 和 /private/etc/hosts 兩個地方,兩處爲同一文件。ip