Skip to content

Instantly share code, notes, and snippets.

@puncoz
Created January 14, 2018 15:21
Show Gist options
  • Save puncoz/7e2435d2272616cd191eef43a1d2c90c to your computer and use it in GitHub Desktop.
Save puncoz/7e2435d2272616cd191eef43a1d2c90c to your computer and use it in GitHub Desktop.
Basic linux commands.
  1. To prints detailed information about all PCI buses and devices in the system
$ lspci

to get specific pci buses info

$ lspci | grep -i nvidia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment