Tuesday, April 30, 2024
27
rated 0 times [  27] [ 0]  / answers: 1 / hits: 82745  / 3 Years ago, sat, june 26, 2021, 8:22:04

Is there a command to detect the type of processor, type of graphics card, type of hard drive, just the basic hardware my computer is running?



I'm running 12.04.


More From » command-line

 Answers
4

You can easily find this most of this information out with the dmidecode command:



sudo dmidecode -q


It may be a little verbose though. To find out information about a specific device, you can use the -t type argument. More information on that is here, http://www.thegeekstuff.com/2008/11/how-to-get-hardware-information-on-linux-using-dmidecode-command/



Another option would be to use lshw



sudo lshw


To find out the disk usage of your hard drive, you can use the df command:



sudo df -h

[#38023] Saturday, June 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eballxeye

Total Points: 370
Total Questions: 91
Total Answers: 139

Location: Suriname
Member since Sat, Jan 1, 2022
2 Years ago
;