43. 以下哪 ifconfig 個命令可以設定 eth0 這張網卡的 IP 位址與遮罩(netmask)?
(A) ifconfig eth0
up 192.168.1.50 netmask 255.255.255.0
(B) ifconfig eth0 255.255.255.0 192.168.1.50
(C) ifconfig up
192.168.1.50 netmask 255.255.255.0
(D) ifconfig up。
詳解 (共 1 筆)
未解鎖
1. 題目解析 這道題目考查的是使用 i...