zoukankan      html  css  js  c++  java
  • centos 6.5关闭NetworkManager

    jrhmpt01:/root# rpm -qa | grep -i network
    NetworkManager-glib-0.8.1-99.el6.x86_64
    system-config-network-tui-1.6.0.el6.2-1.el6.noarch
    glib-networking-2.28.6.1-2.2.el6.x86_64
    NetworkManager-0.8.1-99.el6.x86_64
    NetworkManager-gnome-0.8.1-99.el6.x86_64
    jrhmpt01:/root# chkconfig --list | grep -i network
    NetworkManager 	0:off	1:off	2:on	3:on	4:on	5:on	6:off
    network        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
    jrhmpt01:/root# ps -ef | grep NetworkManager
    root     30004 29978  0 19:04 pts/1    00:00:00 grep NetworkManager
    jrhmpt01:/root# ps -ef | grep -i NetworkManager
    root     30006 29978  0 19:04 pts/1    00:00:00 grep -i NetworkManager
    jrhmpt01:/root# ps -ef | grep -i Network
    root     30008 29978  0 19:04 pts/1    00:00:00 grep -i Network
    jrhmpt01:/root# service NetworkManager status
    NetworkManager is stopped

  • 相关阅读:
    uva-11129-分治
    HDU 6016
    POJ 2142
    CodeForces 778B
    CodeFroces 758C
    HDU 5900
    HDU 5903
    HDU 5904
    POJ 3080
    HDU 5195
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13350109.html
Copyright © 2011-2022 走看看