aboutsummaryrefslogtreecommitdiff
path: root/content/blog/commands/dmidecode.md
blob: 52accc4d4f4ec94a4864ac9d20174fe2db004736 (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:
  - simple utilities
---

## 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`