Various commands to get Hardware
information from the system:
On Linux based system most of the hardware information can be extracted from /proc
Example display CPU information:
# cat /proc/cpuinfo
# lscpu
Example display Memory information:
# cat /proc/meminfo
# free
# free –m (check man free for more info)
# cat /proc/version
# uname –a
# lsb_release –a
# cat /etc/redhat-release
# rpm –qa