User Tools

Site Tools


bash:commands:hardware_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bash:commands:hardware_commands [2021/01/26 15:38] – created peterbash:commands:hardware_commands [2021/01/26 15:52] (current) peter
Line 1: Line 1:
 ====== BASH - Commands - Hardware Commands ====== ====== BASH - Commands - Hardware Commands ======
 +
 +^Description^Command^
 +|Display block device related information|lsblk|
 +|Display CPU information|cat /proc/cpuinfo|
 +|Display PCI devices|lspci -tv|
 +|List the number of interupts per CPU per I/O device|cat /proc/interrupts|
 +|List hardware configuration information|lshw|
 +|Perform a disk speed test|hdparm -tT /dev/sda|
 +|Show USB devices|lsusb -tv|
 +|Show BIOS information|dmidecode|
 +|Show disk information|hdparm -i /dev/sda|
 +|Test for unreadable blocks on a disk|badblocks -s /dev/sda|
 +
 +----
  
bash/commands/hardware_commands.1611675507.txt.gz · Last modified: 2021/01/26 15:38 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki