Difference between revisions of "Linux Hardware Information Console Commands"
From Free Knowledge Base- The DUCK Project: information for everyone
(Created page with "lscpu - information about the cpu lshw - detailed and brief information about multiple hardwares including cpu, memory, disk, usb, nic by reading /proc hwinfo - hardware pro...") |
m |
||
Line 18: | Line 18: | ||
hdparm - information about sata devices including hard drives | 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 | ||
[[Category:Computer_Technology]] | [[Category:Computer_Technology]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 14:07, 13 September 2022
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
lnxi - 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