www/content/blog/commands/dmidecode.md

21 lines
349 B
Markdown
Raw Normal View History

2020-04-28 17:29:52 +02:00
---
title: "DMIdecode"
linkTitle: "DMIdecode"
date: 2011-02-16
description: >
DMIdecode
---
DMIdecode to obtain Hardware informations.
## Mose useful commands
- System informations: `dmidecode -t1`
- Chassis informations: `dmidecode -t4`
- CPU informations: `dmidecode -t4`
- RAM informations: `dmidecode -t17`
## Sources
- `man 8 dmidecode`