首页 > 代码库 > ifconfig

ifconfig

[root@localhost ~]# ifconfig          # 查看已启动的网卡[root@localhost ~]# ifconfig -a       # 查看所有网卡,包括未启动的
[root@localhost ~]# ifup eth0 # 启用指定的网卡
[root@localhost ~]# ifdown eth0 # 关闭指定的网卡

 

 

 

 

    

ifconfig