Centos Ubuntu 修改hosts文件後,(重啓)生效命令

CentOS

修改hosts文件

vim /etc/hosts

修改完成後生效命令

/etc/init.d/network restart    # 重啓網絡

or

/etc/init.d/net.eth0 restart   # 這個就是重啓網卡了

Ubuntu

# 重啓網絡命令

$sudo /etc/init.d/networking restart
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章