niusouti.com
参考答案和解析
正确答案:D
更多“与”ifup eth0”命令功能相同的命令是哪个?()A、ifdown eth0 upB、ipconfig up eth0C、ifconfig up eth0D、ifconfig eth0 up”相关问题
  • 第1题:

    在 Linux 系统中,要查看如下输出,可使用命令( ) 。

    A.[root@localhost]ifconfig

    B.[root@localhost]ipconfig eth0

    C.[root@localhost]ipconfig

    D.[root@localhost]ifconfig eth0


    正确答案:D

  • 第2题:

    快速启动网卡“eth0”的命令是( )。

    A、ifconfig eth0 noshut

    B、ipconfig eth0 noshut

    C、ifnoshut eth0

    D、ifup eth0


    参考答案:D

  • 第3题:

    在Linux中,给计算机分配IP地址正确的方法是( )。

    A、ipconfig eth0 166. 111. 219.150 255. 255. 255.0

    B、ifconfig eth0 166. 111. 219.150 255. 255. 255.0

    C、ifconfig eth0 166. 111. 219.150 netmask 255.255.255.0

    D、在Linux窗口配置中配置


    参考答案:C

  • 第4题:

    Linux系统中为一块设备名为eth0的网卡分配IP地址和子网掩码的命令是(请作答此空),如果不打算使用DNS进行地址解析,则可以将所有的主机名都放入文件( )中

    A.serserial eth0 192.168.1.1 netmask 255.255.255.0
    B.ifconfig eth0 192.168.1.1 netmask 255.255.255.0
    C.minicom eth0 192.168.1.1 netmask 255.255.255.0
    D.mount eth0 192.168.1.1 netmask 255.255.255.0

    答案:B
    解析:
    Linux与windows中的基本命令是常考的内容,需要对常用的命令及参数了解。这里考的查看和配置接口命令。用的是ifconfig。
    不用dns进行解析,则主机名和IP对应的关系应该存入/etc/hosts文件中。

  • 第5题:

    在linux系统中,为本机以太网卡配置IP地址为172.10.5.9,子网掩码为255.255.255.0,应执行()命令。

    • 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

    正确答案:D

  • 第6题:

    关于ifconfig命令,下列说法正确的是()

    • A、ifconfig可设置网络设备的状态,或是显示目前的设置
    • B、ifconfig命令使用UP参数启动指定的网络设备
    • C、ifconfig命令可以监视网络流量
    • D、ifconfig命令可以设置IP层数据包过滤规则
    • E、ifconfig命令使用down参数关闭指定的网络设备

    正确答案:A,B,E

  • 第7题:

    有的时候,需要系统管理员手工更改网卡的硬件地址(MAC地址)。在RedHatLinux9系统中,更改正在工作的网卡eth0的硬件地址,一般需要使用下列()命令来完成。

    • A、ifconfig eth0 up
    • B、ifconfig eth0 down
    • C、ifconfig eth0 inet00:0c:29:78:9a:bc
    • D、ifconfig eth0 hwether00:00:0c:12:34:56

    正确答案:A,B,D

  • 第8题:

    在Linux操作系统中,把本机IP地址更改为192.168.1.1的正确命令是()。

    • A、[/root]#ipconfigeth0192.168.1.1up
    • B、[/root]#ifconfigeth0192.168.1.1up
    • C、[/root]#ipconfig192.168.1.1up
    • D、[/root]#ifconfig192.168.1.1up

    正确答案:B

  • 第9题:

    如果我想要查看eth0的子网掩码需要用到的命令不可能是()?

    • A、ifconfig eth0
    • B、ifconfig eth0 up
    • C、ifup eth0
    • D、ifdown eth0

    正确答案:B,C,D

  • 第10题:

    单选题
    要想关闭掉eth0网卡需要的命令是()
    A

    ifconfig eth0

    B

    ifup eth0

    C

    ifdown eth0

    D

    ifconfig eth0 up


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    将网卡(eth0)配置成ip地址为192.168.1.13同时激活此网卡的命令是()。
    A

    ifconfigeth0192.168.1.13down

    B

    ifconfigeth0192.168.1.13off

    C

    ifconfigeth0192.168.1.13on

    D

    ifconfigeth0192.168.1.13up


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    在Linux操作系统中,把本机IP地址更改为192.168.1.1的正确命令是()。
    A

    [/root]#ipconfigeth0192.168.1.1up

    B

    [/root]#ifconfigeth0192.168.1.1up

    C

    [/root]#ipconfig192.168.1.1up

    D

    [/root]#ifconfig192.168.1.1up


    正确答案: C
    解析: 在Linux中,ifconfig命令用于查看和更改网络接口的地址和参数,包括IP地址、网络掩码和广播地址,使用权限是超级用户。其命令格式为ifconfig-interface[option]address。其中,-interface用于指定网络接口名,如eth0和ethl,up用于激活指定的网络接口卡。ipconfig是Windows的网络诊断命令,用于显示TCP/IP配置。故答案选B。

  • 第13题:

    在Linux系统中,使用ifconfig设置接口的IP地址并启动该接口的命令是( )。

    A.ifcorffig eth0 192.168.1.1 mask 255.255.255.0B.ifconfig 192.168.1.1 mask 255.255.255.0 upC.ifconfig eth0 192.168.1.1 mask 255.255.255.0 upD.ifconfig 192.168.1.1 255.255.255.0


    正确答案:C

  • 第14题:

    与“ifup eth0”命令功能相同的命令是( )。

    A、ifdown eth0 up

    B、ipconfig up eth0

    C、ifconfig up eth0

    D、ifconfig eth0 up


    参考答案:D

  • 第15题:

    在Linux系统中,要查看如下输出,可使用命令( )。
    eth0 link encap:Ethernet Hwaddr 00:20:5C:00:78:33
    iner adder:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MIU:1500 Metric:1
    RX packets:9625272 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6997276 errors:0 dropped:0 overruns:0 frame:0
    collisions:0 txqueuelen:100
    interrupt:19 Base address:0xc800

    A.[root@localhost]#ifconfig
    B.[root@localhost]#ipconfig eth0
    C.[root@localhost]#ipconfig
    D.[root@localhost]#ifconfig eth0

    答案:D
    解析:

  • 第16题:

    在Linux系统中,要查看如下输出,可使用命令(32)。


    A.[root@localhost]#ifconfig
    B.[root@localhost]#ipconfig eth0
    C.[root@localhost]#ipconfig
    D.[root@localhost]#ifconfig eth0

    答案:D
    解析:

  • 第17题:

    在linux系统中,查看本机网卡eth0的IP地址,可以执行()命令。

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

    正确答案:A,B

  • 第18题:

    可用以下哪个命令查看eth0的子网掩码()?

    • A、ifconfig eth0
    • B、ipconfig eth0
    • C、ifup eth0
    • D、ifdown eth0

    正确答案:A

  • 第19题:

    以下不能激活系统的第一块网卡的是()

    • A、ifup eth0
    • B、ifdown eth0
    • C、ifconfig eth0
    • D、ping eth0

    正确答案:B,C,D

  • 第20题:

    使用ifconfig命令临时给eth0设置IP地址后发现不能够使用,需要用命令ifconfigupeth0来激活网卡。


    正确答案:错误

  • 第21题:

    要想关闭掉eth0网卡需要的命令是()

    • A、ifconfig eth0
    • B、ifup eth0
    • C、ifdown eth0
    • D、ifconfig eth0 up

    正确答案:C

  • 第22题:

    单选题
    与”ifup eth0”命令功能相同的命令是哪个?()
    A

    ifdown eth0 up

    B

    ipconfig up eth0

    C

    ifconfig up eth0

    D

    ifconfig eth0 up


    正确答案: A
    解析: 暂无解析

  • 第23题:

    判断题
    使用ifconfig命令临时给eth0设置IP地址后发现不能够使用,需要用命令ifconfigupeth0来激活网卡。
    A

    B


    正确答案:
    解析: 暂无解析