LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   system info (https://www.linuxquestions.org/questions/linux-newbie-8/system-info-4175535462/)

dunnery 03-01-2015 03:35 PM

system info
 
i need to find the ram and memory and hard drive of my computer. where do i find it? in ubuntu

Head_on_a_Stick 03-01-2015 03:53 PM

Try these commands:
Code:

free -h
lsblk
lshw

Or you could use the hardinfo program:
Code:

sudo apt-get install hardinfo
hardinfo

I think you need the "universe" repositories enabled for this (or something, I don't use Ubuntu).


All times are GMT -5. The time now is 08:53 AM.