Ubuntu – How to Get Server Hardware Details for Ubuntu Server

hardwarelinuxUbuntu

I want to know what is command which will show me servers hardware [through ssh access], like how much Gb RAM is installed, cpu speed, and so on.

Thank You.

Best Answer

quick and dirty way:

cat /proc/meminfo

cat /proc/cpuinfo

Related Topic