How to check supported RAM type in Linux System

Here we see How to check supported RAM type in Linux System? Programming languages that are useful to hackers

 RAM is a common computing acronym that stands for random-access memory. Sometimes it’s called PC memory or just memory. In essence, RAM is your computer or laptop’s short-term memory. It’s where the data stored that your computer processor needs to run your applications and open your files.

Random Access Memory is volatile. That means data is retained in RAM as long as the computer is on, but it is lost when the computer is turned off. When the computer is rebooted, the OS and other files are reloaded into RAM, usually from an HDD or SSD.

Here is how to check supported RAM type in Linux

How to check supported RAM Type in Linux

# dmidecode -t 17

This will show RAM information in Linux System.

Leave a Reply