CORRECT TEXT
To change your Ethernet interface eth0 to the IP address 10.4.4.100 with a default class C subnet
mask, type the full command string to accomplish this.
Answer: Alternative correct ifconfig eth0 10.4.4.100 netmask 255.255.255.0 up With the option up
Explanation:
ifconfig eth0 10.4.4.100 netmask 255.255.255.0
– you set these inferface active.