How to find the RAM size in Red Hat Linux Server? [closed] How to find the RAM size in Red Hat Linux Server? [closed] shell shell

How to find the RAM size in Red Hat Linux Server? [closed]


Try the free command, which will tell you the total/used/free amounts of RAM you have, the -m flag will display it in MB:

free -m

Though I think it just uses the same source as /proc/meminfo behind the scenes so you may get the same answer.