ubuntu14.04重启网卡的三种方法

 

Linux重启网卡的三种方法:


一、network
利用root帐户
# service network restart

或者/etc/init.d/networking restart


二、ifdown/ifup
# ifdown eth0
# ifup eth0


三、ifconfig
# ifconfig eth0 down
# ifconfig eth0 up

 

posted @ 2019-06-19 18:28  anobscureretreat  阅读(1939)  评论(0编辑  收藏  举报