How do I view the vendor information for my network card?

How to get vendor information for my network card on top of Ubuntu? I want to get his supplier, such as and the like? Are any shell commands available? Thanks in advance.

+7
source share
1 answer

Try something like this -

sudo lshw -C network 

OR

 sudo ethtool -i eth0 
+7
source

All Articles