Quick ?s Cheat Sheets Man Pages The Lynx Software
|
How much memory is on my machine?Category: Linux Basics
There are several ways to see how much ram is on your box.
Running "top" will have ram stats at the top of the page.
"free -m" will show them amount in megs.
"cat /proc/meminfo" for detailed memory information.
|
|