Re: Displaying hardware devices on Debian.

2008-03-03 Thread Carlos Parada
Thanks for your answers. Now I have a lot of commands to give a try ;)

Re: Displaying hardware devices on Debian.

2008-03-03 Thread YS Lee
On 03/03/2008, Carlos Parada <[EMAIL PROTECTED]> wrote: > > Can you recommend any program for displaying machine's hardware on Debian? > > Thanks > lsscsi - list SCSI devices (or hosts) and their attributes -- YS Lee

Re: Displaying hardware devices on Debian.

2008-03-03 Thread Michael Shuler
On 03/03/2008 10:18 AM, Kamaraju S Kusumanchi wrote: Here is a list of things I gathered over couple of years. cat /proc/cpuinfo -- displays info about your processor cat /proc/meminfo -- displays info about your memory ls -al /proc/kcore -- to see how much ram is installed df -h

Re: Displaying hardware devices on Debian.

2008-03-03 Thread Kamaraju S Kusumanchi
Carlos Parada wrote: > Can you recommend any program for displaying machine's hardware on Debian? Here is a list of things I gathered over couple of years. cat /proc/cpuinfo -- displays info about your processor cat /proc/meminfo -- displays info about your memory ls -al /proc/kcore -- to s

Re: Displaying hardware devices on Debian.

2008-03-03 Thread Γιώργος Μιχαλογιωργάκης
Στις Δευτέρα 03 Μάρτιος 2008 16:52, ο/η Carlos Parada έγραψε: > Can you recommend any program for displaying machine's hardware on > Debian? lshw is very useful. You have to run it as root. There is a graphical tool as well, lshw-gtk. Giorgos