`

Linux重启网卡的方法

阅读更多
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