LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No idea what to do (https://www.linuxquestions.org/questions/linux-newbie-8/no-idea-what-to-do-476506/)

dotz 08-23-2006 04:41 AM

No idea what to do
 
Hello, I want to know how do I find out information about my computer's system like processor, the hard drive, ram that sorta thing...

greengrocer 08-23-2006 05:04 AM

Try the following:

First command will give you info about your CPU (CPU should be upper case)

dmesg | grep CPU


Second command gives info about RAM:

demsg | grep mem


Regards,
Greenie

w3bd3vil 08-23-2006 05:14 AM

cat /proc/cpuinfo
cat /proc/meminfo
df -H

brainiac 08-23-2006 09:26 AM

lspci for cards, etc.

slackhack 08-23-2006 09:32 AM

hdparm -i /dev/hda (for primary hard drive, /dev/hdb for secondary/slave, etc.)


All times are GMT -5. The time now is 10:03 AM.