LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how do i view ram size in non graphic debian? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-view-ram-size-in-non-graphic-debian-760659/)

daransinus 10-08-2009 06:38 PM

how do i view ram size in non graphic debian?
 
Have installed debian base system without X windows.
Is there any command i can use to see the size of physical ram i currently have installed?

AlucardZero 10-08-2009 06:41 PM

free
cat /proc/meminfo
lshw
dmidecode

gilead 10-08-2009 06:41 PM

Does the free command give you the info you want?

the trooper 10-08-2009 06:45 PM

When you say ram size do you mean the total amount of ram installed?

Try cat /proc/meminfo.

You will probably need to press shift-pageup to read all the information in text mode.

Edit:Sorry too slow.

chrism01 10-08-2009 06:51 PM

Also, top will show you what the system can see; should be the same as what's installed physically.

daransinus 10-08-2009 06:59 PM

Thank you all for your quick replies!
Tried the suggested solutions and it worked just fine :-)

cola 10-08-2009 07:45 PM

Quote:

Originally Posted by daransinus (Post 3712816)
Thank you all for your quick replies!
Tried the suggested solutions and it worked just fine :-)

Mark the thread as solved.
There is an option under the thread tool of this page above.


All times are GMT -5. The time now is 04:34 AM.