From 22d3ce22ab94027c70d25dabb430d0cc7368d439 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Fri, 16 Feb 2018 09:15:53 +0530 Subject: [PATCH] dmidecode: add cpu and memory information (#1990) --- pages/linux/dmidecode.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/linux/dmidecode.md b/pages/linux/dmidecode.md index df1174689d..f23ce42bbb 100644 --- a/pages/linux/dmidecode.md +++ b/pages/linux/dmidecode.md @@ -15,10 +15,14 @@ `sudo dmidecode -s system-serial-number` -- Show all the BIOS information: +- Show BIOS information: `sudo dmidecode -t bios` -- Show all the system information: +- Show CPU information: -`sudo dmidecode -t system` +`sudo dmidecode -t processor` + +- Show memory information: + +`sudo dmidecode -t memory`