多项选择题
在linux系统中以源码形式安装软件包,可能用到的命令有()。
A、./configure
B、make
C、make install
D、make clean
E、rpm –ivh
点击查看答案
相关考题
-
单项选择题
在linux系统中进行源码安装时,()命令的作用是将代码编译成可执行的二进制代码。
A、./configure
B、make
C、make install
D、make clear -
单项选择题
在linux系统中进行源码安装时,()命令的作用是清理编译环境,删除一些不必要的文件,以免影响编译工作。
A、./configure
B、make
C、make install
D、make clean -
多项选择题
在linux系统中,查看本机网卡eth0的IP地址,可以执行()命令。
A、ifconfig
B、ifconfig eth0
C、ipconfig
D、ipconfig eth0
E、ipconfig/all
