LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to know the specifications of my machine (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-know-the-specifications-of-my-machine-728152/)

thetiger2003 05-24-2009 06:52 AM

how to know the specifications of my machine
 
i need to know the specifications of my machine like harddisk size memory size cach memory and so on ... i need how the commands to do that

lugoteehalt 05-24-2009 07:03 AM

$ dmesg|less gives a lot of stuff like that. $ top will give current cache.

H_TeXMeX_H 05-24-2009 07:30 AM

For an all-in-one program I'd use lshw.

veerain 05-24-2009 08:13 AM

cat /proc/cpuinfo
hdparm -I /dev/hda
lspci


All times are GMT -5. The time now is 10:28 PM.