After replacing the network card in a Linux machine, a user wants to find out if the card was detected properly at boot. Which of the following commands will provide this information?
A.
hwstat | grep eth
B.
ls -l /dev/eth*
C.
dmesg | grep eth
D.
cat /proc/net | grep eth
I agree with the answer. C