linux下 重启网卡

[FROM]http://topic.csdn.net/u/20100125/08/a1ff75b7-6f17-4bd0-8d36-42f52cb7ca3e.html

一、network

利用root帐户

# service network restart

二、ifdown/ifup

# ifdown eth0

# ifup eth0

三、ifconfig

# ifconfig eth0 down

# ifconfig eth0 up

posted on 2012-05-26 10:06  Lo0ong  阅读(357)  评论(0编辑  收藏  举报

导航