未分类题

在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

A.168.1.1的正确命令是(46)。
A.[/root]#ipconfig
B.168.1.1
C.[/root]gifconfig
D.168.1.1
E.[/root]#ipconfig
F.168.1.1
G.[/root]#ifconfig
H.168.1.1

【参考答案】

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