Get Linux System information on the Command line

System Info

System info

$ uname -a

OS

$ cat /etc/lsb-release 

Memory

$ free -h

CPU

$ cat /proc/cpuinfo 

Disk

$ df -h
comments powered by Disqus