A-A+

在Linux系统中 把本机IP地址更改为192.168.1.1的正确命令是(46)。A.[/

2022-08-05 22:00:33 问答库 阅读 172 次

问题详情

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

参考答案

正确答案:B
解析:Linux系统中更改IP的命令为[/root]#ifconfig eth0 xx.xx. xx.xx。

考点:命令,地址