网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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

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

参考答案

更多 “以下不能激活系统的第一块网卡的是()A、ifup eth0B、ifdown eth0C、ifconfig eth0D、ping eth0” 相关考题
考题 在计算机/etc/sysconfig/network-scripts/目录中有以下文件,运行某命令可以启动网络,该命令是(5),其命令参数是(6)。ifcfg-eth0 ifup ifup-sitifcfg-lo ifup-aliases ifup-slifdown ifup-cipcb ifup-wirelessifdown-aliases ifup-ippp init.ipv6-globalifdown-cipcb ifup-ipv6 network-functionsifdown-ippp ifup-ipx network-functions-ipv6ifdown-ipv6 ifup-isdnifdown-isdn ifup-plipifdown-post ifup-plusbifdown-ppp ifup-postffdown-sit ifup-pppifdown-sl ifup-routes

考题 初装的Linux系统,输入“ifconfig”命令后会显示第一块网卡和回送接口的信息。此题为判断题(对,错)。

考题 在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

考题 快速启动网卡“eth0”的命令是( )。A、ifconfig eth0 noshutB、ipconfig eth0 noshutC、ifnoshut eth0D、ifup eth0

考题 与“ifup eth0”命令功能相同的命令是( )。A、ifdown eth0 upB、ipconfig up eth0C、ifconfig up eth0D、ifconfig eth0 up

考题 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

考题 在linux系统中,为本机以太网卡配置IP地址为172.10.5.9,子网掩码为255.255.255.0,应执行()命令。A、ifconfig 172.10.5.9B、ifconfig 172.10.5.9 netmask 255.255.255.0C、ifconfig eth0 172.10.5.9D、ifconfig eth0 172.10.5.9 netmask 255.255.255.0

考题 在Linux系统中启动指定的网卡可以使用命令:ifconfig网卡设备名称up的方式实现,也可以使用简写的表达方式,如使用简写方式激活系统第一块网卡的命令为()A、ifupeth0B、ifdoweth0C、ifconfigeth0downD、ifconfigeth1up

考题 在linux系统中,为本机添加到192.168.1.0/25的路由信息,网关地址为172.16.1.1,应执行()命令。A、route add -net 192.168.1.0 netmask 255.255.255.128 dev eth0B、route add 192.168.1.0 netmask 255.255.255.128 gw 172.16.1.1 dev eth0C、route add -net 192.168.1.0 netmask 255.255.255.0 gw 172.16.1.1 dev eth0D、route add 192.168.1.0 netmask 255.255.255.192 gw 172.16.1.1 dev eth0

考题 在linux系统中,查看本机网卡eth0的IP地址,可以执行()命令。A、ifconfigB、ifconfig eth0C、ipconfigD、ipconfig eth0E、ipconfig/all

考题 可用以下哪个命令查看eth0的子网掩码()?A、ifconfig eth0B、ipconfig eth0C、ifup eth0D、ifdown eth0

考题 与”ifup eth0”命令功能相同的命令是哪个?()A、ifdown eth0 upB、ipconfig up eth0C、ifconfig up eth0D、ifconfig eth0 up

考题 有的时候,需要系统管理员手工更改网卡的硬件地址(MAC地址)。在RedHatLinux9系统中,更改正在工作的网卡eth0的硬件地址,一般需要使用下列()命令来完成。A、ifconfig eth0 upB、ifconfig eth0 downC、ifconfig eth0 inet00:0c:29:78:9a:bcD、ifconfig eth0 hwether00:00:0c:12:34:56

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

考题 以下不能激活系统的第二块网卡的是()A、ifup eth1B、ifdown eth1C、config eth1D、ping eth1

考题 如果我想要查看eth0的子网掩码需要用到的命令不可能是()?A、ifconfig eth0B、ifconfig eth0 upC、ifup eth0D、ifdown eth0

考题 要想关闭掉eth0网卡需要的命令是()A、ifconfig eth0B、ifup eth0C、ifdown eth0D、ifconfig eth0 up

考题 下列关于网卡操作不正确的是()A、激活网卡eth0的命令为ifupeth0。B、激活网卡eth0的命令为ifdowneth0。C、关闭网卡eth0的命令为ifupeth0。D、关闭网卡eth0的命令为ifdowneth0。

考题 在linux操作系统中可以使用命令ifdown eth0来实现禁用网卡的操作,还可以使用ifconfigeth0stop

考题 下面关于网卡操作的说法中正确的有()A、激活网卡eth0的命令为ifdowneth0。B、激活网卡eth0的命令为ifupeth0。C、关闭网卡eth0的命令为ifupeth0。D、关闭网卡eth0的命令为ifdowneth0。

考题 多选题下列关于网卡操作不正确的是()A激活网卡eth0的命令为ifupeth0。B激活网卡eth0的命令为ifdowneth0。C关闭网卡eth0的命令为ifupeth0。D关闭网卡eth0的命令为ifdowneth0。

考题 多选题在操作Linux系统时,以下不能够实现激活第一块网卡的命令是()Aifupeth0Bifdoweth0Cifconfigeth0downDifconfigeth1up

考题 多选题下面关于网卡操作的说法中正确的有()A激活网卡eth0的命令为ifdowneth0。B激活网卡eth0的命令为ifupeth0。C关闭网卡eth0的命令为ifupeth0。D关闭网卡eth0的命令为ifdowneth0。

考题 单选题在Linux系统中启动指定的网卡可以使用命令:ifconfig网卡设备名称up的方式实现,也可以使用简写的表达方式,如使用简写方式激活系统第一块网卡的命令为()A ifupeth0B ifdoweth0C ifconfigeth0downD ifconfigeth1up

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

考题 判断题在linux操作系统中可以使用命令ifdown eth0来实现禁用网卡的操作,还可以使用ifconfigeth0stopA 对B 错

考题 多选题以下不能激活系统的第一块网卡的是()Aifup eth0Bifdown eth0Cifconfig eth0Dping eth0