重启网卡的几种方法:


一、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
猜你喜欢
  • 2022-01-29
  • 2022-02-27
  • 2022-01-27
  • 2022-01-12
  • 2021-12-23
  • 2021-12-08
  • 2021-12-19
相关资源
相似解决方案