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

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

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

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

参考答案

更多 “在linux系统中,查看本机网卡eth0的IP地址,可以执行()命令。A、ifconfigB、ifconfig eth0C、ipconfigD、ipconfig eth0E、ipconfig/all” 相关考题
考题 在Linux操作系统中,把本机IP地址更改为192.168.1.1的正确命令是()。 A.[/root]#ipconfigeth0192.168.1.1upB.[/root]#ifconfigeth0192.168.1.1upC.[/root]#ipconfig192.168.1.1upD.[/root]#ifconfig192.168.1.1up

考题 ● 在Linux系统中,把本机IP地址更改为192.168.1.1的正确命令是 (46) 。(46)A. [/root]#ipconfig eth0 192.168.1.1 upB. [/root]#ifconfig eth0 192.168.1.1 upC. [/root]#ipconfig 192.168.1.1 upD. [/root]#ifconfig 192.168.1.1 up

考题 ● 在Windows 2000操作系统的客户端可以通过___(61)___命令查看DHCP服务器分配给本机的IP地址。(61)A.config B.ifconfig C.ipconfig D.route

考题 在WinDows系统中需要重新从DHCP服务器获取IP地址时,可以使用______命令。A.ifConfig -aB.ipConfigC.ipConfig /allD.ipConfig /renew

考题 ● 在Windows操作系统中,可以通过 (68) 命令查看DHCP 服务器分配给本机IP 地址。(68)A.ipconfig/allB.ipconfig/findC.ipconfig/getD.ipconfig/see

考题 在Linux系统中,把本机IP地址更改为192.168.1.1的正确命令是(46)。A.[/root]#ipconfig eth0 192.168.1.1 upB.[/root]gifconfig eth0 192.168.1.1 upC.[/root]#ipconfig 192.168.1.1 upD.[/root]#ifconfig 192.168.1.1 up

考题 用ipconfig命令可以查看本机或远程主机的IP地址。( )

考题 在Windows XP操作系统的客户端,用户可以通过命令查看DHCP服务器分配给本机的IP地址。A.config B.ifconfig C.ipconfig D.route

考题 在Windows操作系统中,可以通过(68)命令查看DHCP服务器分配给本机的 IP地址。A.ipconfig/allB.ipconfig/findC.ipconfig/getD.ipconfig/see

考题 在Windows XP操作系统的客户端可以通过(66)命令查看DHCP服务器分配给本机的IP地址。A.ifconfigB.routeC.ipconfigD.tracert

考题 在Linux 中,可以使用( )命令为计算机配置 IP地址。A. ifconfig B. config C. ip-address D. ipconfig

考题 在 Linux 系统中,要查看如下输出,可使用命令( ) 。A.[root@localhost]ifconfigB.[root@localhost]ipconfig eth0C.[root@localhost]ipconfigD.[root@localhost]ifconfig eth0

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

考题 在Winxp系统中使用命令查看用户的MAC地址命令是()。 A.PINGB.TRACERTC.IPCONFIGD.IPCONFIG/ALL

考题 在Windows系统中,要查看DHCP服务器分配给本机的IP地址,使用( )命令。 A. ipconfig/all B.netstat C.nslookup D.tracert

考题 在Linux中,可以使用(68)命令为计算机配置IP地址。A.ifconfig B.config C.ip-address D.ipconfig

考题 在Linux系统中,要查看如下输出,可使用命令(32)。 A.[root@localhost]#ifconfig B.[root@localhost]#ipconfig eth0 C.[root@localhost]#ipconfig D.[root@localhost]#ifconfig eth0

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

考题 可用以下哪个命令查看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

考题 在Winxp系统中使用命令查看用户的MAC地址命令是()。A、PINGB、TRACERTC、IPCONFIGD、IPCONFIG/ALL

考题 在Linux操作系统中,把本机IP地址更改为192.168.1.1的正确命令是()。A、[/root]#ipconfigeth0192.168.1.1upB、[/root]#ifconfigeth0192.168.1.1upC、[/root]#ipconfig192.168.1.1upD、[/root]#ifconfig192.168.1.1up

考题 在Windows系统中需要重新从DHCP服务器获取IP地址时,可以使用()命令。A、ifconfig-aB、ipconfigC、ipconfig/allD、ipconfig/renew

考题 下面的()命令可以查看网卡的MAC地址。A、ipconfig/registerdnsB、ipconfig/releaseC、ipconfig/renewD、ipconfig/all

考题 使用IP命令程序Ping可以侦查网络的通信状态,而使用()命令可以查看机器的TCP/IP配置参数,包括机器网卡的MAC地址。A、PingB、IpConfig/allC、IPconfigD、Ping/all

考题 关于ipconfig和ifconfig以下说法正确的是:()。A、ipconfig用于unix和linux系统,ifconfig用于windows系统B、ipconfig用于windows系统,ifconfig用于unix和linux系统C、ipconfig和ifconfig是两个功能不同的命令D、ipconfig用于查看网络接口的配置ifconfig用于判断网络连接

考题 多选题在linux系统中,查看本机网卡eth0的IP地址,可以执行()命令。AifconfigBifconfig eth0CipconfigDipconfig eth0Eipconfig/all