October 05, 2017

Checking linux system information

❑ lshw 


This shows the overall Linux system information.




❑ lspci | grep -i vga
* grep -i : No case sensitivity.
* lspci : List all PCI devices.


This is the graphics card information.