grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

dmidecode.md (226B)


      1 # dmidecode
      2 
      3 ## how many pci slots (ref_1)[#ref#1]
      4 ```
      5 dmidecode -t 9 | grep "System Slot Information" | wc -l
      6 ```
      7 
      8 ## ref
      9 - :1: https://unix.stackexchange.com/questions/191314/can-i-see-the-number-of-pci-slots-with-a-command