`
dcj3sjt126com
  • 浏览: 1825895 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Linux重启网卡的三种方法

阅读更多

重启网卡的几种方法:

一、network

利用root帐户

# service network restart

二、ifdown/ifup

# ifdown eth0

# ifup eth0

三、ifconfig

# ifconfig eth0 down

# ifconfig eth0 up

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics