Wednesday, September 5, 2007

Command to find out ram size on Linux/Unix?

Link: http://findarticles.com/p/articles/mi_zdext/is_200403/ai_ziff122692

Tips used for Top Tips come from the ExtremeTech forum and are written by our community.

Question from ssnkumar "Is there any command in Unix/Linux to find out how much ram is there in my comp?

I know that top gives the ram size also. But, I want a command which gives out only ram size?"

Answer from arb123 "cat /proc/meminfo"

Answer from evers310 "cat /proc/meminfo | grep MemTotal"

No comments: