Detailed Hardware Info

Details on a machine's hardware can be printed by using lshw. So information on the bus is collected by:

lshw -businfo

In order to trigger a detailed memory, the following two lines come in handy:

dmidecode -t memory

or

lshw -C memory

Leave a Comment