techfolks linux tutorials
Linux

How to see configuration of a Linux system


All configuration files are located in proc files on Linux.

To see CPU Info on Linux, see below command

cat proc/cpuinfo

To see Memory Info on Linux, see below command

cat proc/meminfo

or

free -m

or

free -g