重启网卡的几种方法: 一、network利用root帐户# service network restart二、ifdown/ifup# ifdown eth0# ifup eth0三、ifconfig# ifconfig eth0 down# ifconfig eth0 up 相关文章: 2022-03-07 2021-08-13 2022-02-17 2022-01-12 2021-11-23 2021-12-19 2022-01-31 2022-12-23