I need to find out hardware information for the below items under Linux:
- CPU (and cores)
- CPU speed
- Memory
- Hard disks
- OS version
Any advice?
|
I need to find out hardware information for the below items under Linux:
Any advice? |
||||
|
|
|
From Linux Commands - A practical reference: Show kernel version and system architecture
Show name and version of distribution
Show all partitions registered on the system
Show RAM total seen by the system
Show CPU(s) info
Show info about disk sda
|
|||
|
|
Try It will suggest you run it as
|
|||||
|
|
Here is a link to various Linux commands for what you want:
Specifically, you're looking for commands like:
|
||||
|
|
|
Here is a list of commands to check hardware on Linux. Note that not all commands are available on all distributions. It is better to launch then as root (or via sudo) to get all the information. Command: lscpu
Command: lshal
Command: lshw
Command: lspci
Command: lsusb
Command: dmidecode
|
|||
|
|
|
If you want lots of information about all of the devices connected to your machine over the PCI (or PCI-Express) bus then type If you want information about your disk partitioning then type |
|||
|
|
|
You can also use dmidecode which will provide description of the systemâs hardware components. |
|||
|
|
|
This is a very basic Linux question which you can find by googling for answer. Type "lspci" in the terminal for hardware information. |
|||
|
|