A-A+
在Linux系统中 把本机IP地址更改为192.168.1.1的正确命令是(46)。A.[/
问题详情
在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。