要查看CentOS 7中的網卡硬件信息,可以使用以下命令:
lspci
lspci | grep -i net
ifconfig
ifconfig -a
ethtool
ethtool eth0
請將eth0替換為你想要查看的網卡接口名稱。
eth0