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:
Post a Comment