Linux Hardware Information Console Commands: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 13: Line 13:
lsblk - bash shell script for hardware info
lsblk - bash shell script for hardware info


lnxi - info on hard drive partitions and storage devices
inxi - info on hard drive partitions and storage devices


dmidecode - reads DMI tables from SMBOIS data structures  
dmidecode - reads DMI tables from SMBOIS data structures  

Revision as of 11:39, 21 July 2024

lscpu - information about the cpu

lshw - detailed and brief information about multiple hardwares including cpu, memory, disk, usb, nic by reading /proc

hwinfo - hardware probing utility

lspci - list of pci buses and connected devices

lsscsi - list and details of SCSI and SATA devices

lsusb - USB controllers and info about connected devices

lsblk - bash shell script for hardware info

inxi - info on hard drive partitions and storage devices

dmidecode - reads DMI tables from SMBOIS data structures

hdparm - information about sata devices including hard drives

udevadm - device manager for the Linux kernel replacing devfsd and hotplug. manages device nodes in the /dev directory