當前位置:生活全書館 >

IT科技

> netconf命令詳解 linux

netconf命令詳解 linux

1、netconf命令簡介:

netconf是Red Hat Linux發行版專門用來調整Linux各項設定的程式。netconf是Red Hat Linux提供的Linuxconf的一部分,主要用於設定與網路相關的引數,它可以在consle下執行(文字選單),也可以在X-Window中執行(圖形介面)。

2、語法:

netconf [引數]

3、常用引數:

命令列下調出網路配置介面:

[root@linuxcool ~]# netconf

命令列下調出網絡卡eth2配置介面並使之生效:

[root@linuxcool ~]# netconf eth2

[root@linuxcool ~]# service network restart

命令列下調出網絡卡eth0配置介面並使之生效:

[root@linuxcool ~]# netconf eth0

[root@linuxcool ~]# ifdown eht0

[root@linuxcool ~]# ifup eht0

linux netconf命令詳解

標籤: linux 命令 netconf
  • 文章版權屬於文章作者所有,轉載請註明 https://shqsg.com/dianzi/0pvenp.html