blob: 2ea76973613c8f2e74e9767fc795a7c55507d5c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
title: "DMIdecode"
date: 2011-02-16
description: Some DMIdecode common flags
tags:
- toolbox
---
## Introduction
DMIdecode is a tool 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`
|