多項(xiàng)選擇題在linux系統(tǒng)中以源碼形式安裝軟件包,可能用到的命令有()。

A、./configure
B、make
C、make install
D、make clean
E、rpm –ivh


您可能感興趣的試卷

你可能感興趣的試題

3.多項(xiàng)選擇題在linux系統(tǒng)中,查看本機(jī)網(wǎng)卡eth0的IP地址,可以執(zhí)行()命令。

A、ifconfig
B、ifconfig eth0
C、ipconfig
D、ipconfig eth0
E、ipconfig/all

4.單項(xiàng)選擇題在linux服務(wù)器上,要顯示系統(tǒng)路由信息,應(yīng)執(zhí)行()命令。

A、route
B、route print
C、route list
D、route table

5.單項(xiàng)選擇題在linux系統(tǒng)中,為本機(jī)以太網(wǎng)卡配置IP地址為172.10.5.9,子網(wǎng)掩碼為255.255.255.0,應(yīng)執(zhí)行()命令。

A、ifconfig 172.10.5.9
B、ifconfig 172.10.5.9 netmask 255.255.255.0
C、ifconfig eth0 172.10.5.9
D、ifconfig eth0 172.10.5.9 netmask 255.255.255.0