Jump to content

I need a simple command that will get ALL data about hardware. CPU serial number, CPU series, CPU cores, CPU speed, CPU cache, RAM speed, RAM manufacture date, SSD capacity, SSD company, SSD read/write, motherboard serial number, motherboard slot count. Literally everything into a exclusively a single file.

Link to comment
https://linustechtips.com/topic/1067333-get-all-data-about-hardware-with-linux/
Share on other sites

Link to post
Share on other sites

On 5/27/2019 at 1:20 PM, 25qnnzrg said:

FOUND IT:


sudo lshw -html > hardwareinfo.html

Yeah, that is pretty much it, though you don't need it in HTML format.

If you prefer it that way, no problem, though you could always just go plain-text.

 

However there is still information that this doesn't give, due to some things requiring custom APIs (such as checking what flash module is inside your flashdrive).

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×