开启NetworkManager服务后

 


  1. [[email protected] ~]# chkconfig --list |grep NetworkManager 
  2. NetworkManager  0:off   1:off   2:on    3:on    4:on    5:on    6:off 
  3. [[email protected] ~]# chkconfig --level 12346 NetworkManager off 
  4. [[email protected] ~]# chkconfig --list |grep NetworkManager 
  5. NetworkManager  0:off   1:off   2:off   3:off   4:off   5:on    6:off 
  6. [[email protected] ~]# service network restart 
  7. Shutting down interface eth0:                              [  OK  ] 
  8. Shutting down loopback interface:                          [  OK  ] 
  9. Bringing up loopback interface:                            [  OK  ] 
  10. Bringing up interface eth0:                                [  OK  ] 

 

转载于:https://blog.51cto.com/xlogin/1030621

相关文章:

  • 2022-12-23
  • 2021-12-03
  • 2021-11-23
  • 2021-10-19
  • 2021-06-21
  • 2021-11-26
猜你喜欢
  • 2021-05-04
  • 2022-12-23
  • 2021-09-11
  • 2021-12-20
  • 2022-12-23
  • 2021-11-18
  • 2022-01-14
相关资源
相似解决方案