Quickly Find Out Network Adapter Info Through Linux Mint/Ubuntu Terminal

Display wireless adapter info through Linux terminal
Here is a quick way to find out what type of ethernet and wireless adapter is present in the system running Linux Mint/Ubuntu: 1. Open Terminal and for finding the manufacturer details of ethernet adapter (LAN adapter) present, type : lspci|grep Ethernet This will display the details of the LAN adapter present. 2. To find the info about wireless adapter, type : lspci|grep Network What the command...