You install a second NIC in a Linux server. Then, you log on to the server as root. You want to configure the new NIC with the IP address 10.0.1.14 and the subnet mask 255.255.255.0. Which command should you issue at a command prompt to configure the NIC? Group of answer choices ifconfig eth2 10.0.1.14 netmask 255.255.255.0 up ipconfig eth 2 10.0.1.14 netmask 255.255.255.0 up ifconfig eth1 10.0.1.14 netmask 255.255.255.0 up ipconfig eth1 10.0.1.14 netmask 255.255.255.0 up ipconfig eth0 10.0.1.14 subnet 255.255.255.0 up ifconfig eth0 10.0.1.14 subnet 255.255.255.0 up