Grabbing Hardware Info

Here are a few command getting/grabbing hardware information on a linux box.  DMESG: Review for systems encountering errorsReviewing Log info:
# cat /var/log/dmesg
#head/var/log/dmesg
#tail /var/log/dmesg
Hardware Information:

# cat /proc/cpuinfo
# cat /proc/meminfo

DMIDECODE – Can be used to gather more specific information on what the hardware is being used.

# dmidecode -t bios

# dmidecode -t memory

# dmidecode -t processor

# dmidecode -t system

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s