Link Search Menu Expand Document

Get linux system hardware info from bash

RAM info

free -h

ROM info

df -h /

CPU Info

cat /proc/cpuinfo | grep "model name"