How to find the RAM memory available in Linux?

Use the following command to find the total Physical RAM in Linux .
grep MemTotal /proc/meminfo
Output:
MemTotal: 4100000 kb

Search