linux hardware inventory program
Ben Scott
dragonhawk at gmail.com
Thu Feb 28 18:26:37 EST 2008
On Thu, Feb 28, 2008 at 5:29 PM, Jeff Macdonald <macfisherman at gmail.com> wrote:
> Anybody have a favorite program that can dump hardware inventory of a
> system? I'd like CPU, RAM, Disk, Ethernet, and probably others.
( uname -a ; cat /proc/cpuinfo /proc/meminfo /proc/partitions
/proc/scsi/scsi ; ifconfig -a ; lspci ; lsusb ) > /path/to/file
That may or may not be what you had in mind. :-)
-- Ben
More information about the gnhlug-discuss
mailing list