在linux系统中,为本机以太网卡配置IP地址为172.10.5.9,子网掩码为255.255.255.0,应执行()命令。
A:ifconfig 172.10.5.9
B:ifconfig 172.10.5.9 netmask 255.255.255.0
C:ifconfig eth0 172.10.5.9
D:ifconfig eth0 172.10.5.9 netmask 255.255.255.0
出自:计算机科学