Skip to content

Check Ram Speed and Type by command line

sudo lshw -short -C memory

Installation

Use the apt command/apt-get command to install dmidecode on a Debian or Ubuntu Linux:
sudo apt install dmidecode
Fedora Linux user, type the following dnf command:
sudo dnf install dmidecode
CentOS/RHEL/Oracle Linux user, run the following yum command:
sudo yum install dmidecode
SUSE/OpenSUSE user, run the following zypper command:
sudo zypper install dmidecode

How to check ram speed and type on Linux or Unix-like system

Open a shell prompt and type the following command as root user:
$ sudo dmidecode --type 17
OR
$ sudo dmidecode --type 17 | more

Published inUncategorized

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *