Difference between revisions of "Linux Hardware Information Console Commands"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
m
 
(One intermediate revision by one user not shown)
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  
Line 20: Line 20:
  
 
udevadm - device manager for the Linux kernel replacing devfsd and hotplug. manages device nodes in the /dev directory
 
udevadm - device manager for the Linux kernel replacing devfsd and hotplug. manages device nodes in the /dev directory
 +
 +
The following commands you can run in console, however, will open a gui interface:
 +
 +
hardinfo - opens "System Information" System information and benchmark tool that uses GTK+ and Zlib for benchmark
  
 
[[Category:Computer_Technology]]
 
[[Category:Computer_Technology]]
 
[[Category:Linux]]
 
[[Category:Linux]]

Latest revision as of 22:57, 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

The following commands you can run in console, however, will open a gui interface:

hardinfo - opens "System Information" System information and benchmark tool that uses GTK+ and Zlib for benchmark