目录: 标题| 题干| 答案| 搜索| 相关
问题

在Linux系统中,把本机IP地址更改为192.168.1.1的正确命令是(


在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 u
参考答案
参考解析:

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

分类:其他