Linux utility that displays system information (chipset, RAM, CPU, and etc.)

timswim78

Diamond Member
Jan 1, 2003
4,330
1
81
Hi,

I'm looking for some linux software that displays your system information. I tried googling for such software, but I am not sure what it is called.

Thanks!
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
If your running KDE, there's the hardware browser under the "system Tools" menu. At least it's there on Fedora Core 2. Also, the KDE "Info Center" applet under the same menu has some stuff.

From the command line:

Memery Stats: free
CPU: cat /proc/cpuinfo
Info on various PCI, AGP & USB devices: /sbin/lspci
Temperatures, fanspeeds, etc. Look up lm_sensors. Gkrellm has an interface to this.