What command would be used to configure the interface eth1:1 with the IP address 10 10.34 and the netmask 255.255.255.0?
A.
ifconfig eth1:1 10.10.3.4 netmask 255.255.255.0 start
B.
ifconfig 10.10.3.4 netmask 255.255.255.0 eth1:1 up
C.
ifconfig eth1:1 10.10.3.4 netmask 255.255.255.0 up
D.
ifconfig 10.10.3.4/255.255.255.0 eth1:1 up
E.
ifconfig eth1:1 10.10.3.4/255.255.255.0 up
Should be C.
iori is correct should be C.
Guys is write! Please change highlight to C.
Thanks. Fixed.
Correct answer is