1. [root@CentOS ~]# chkconfig --list |grep NetworkManager 
  2. NetworkManager  0:off   1:off   2:on    3:on    4:on    5:on    6:off 
  3. [root@CentOS ~]# chkconfig --level 12346 NetworkManager off 
  4. [root@CentOS ~]# chkconfig --list |grep NetworkManager 
  5. NetworkManager  0:off   1:off   2:off   3:off   4:off   5:on    6:off 
  6. [root@CentOS ~]# 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  ]