blob: c7bcc1f0a323e7feeb43c7de0e40fcd42358d571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
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`
|