Answers for "ubuntu command ram info"

1

ubuntu command ram info

#to see the total amount of physical RAM installed:
sudo lshw -c memory
Posted by: Guest on June-14-2021
5

ubuntu get ram usage

$ free -m
Posted by: Guest on April-26-2021
5

get ram of ubuntu

free -h

#              total        used        free      shared  buff/cache   available
#Mem:      -->  7.7G  <--   6.2G        157M        503M        1.3G        709M
#Swap:          2.0G        118M        1.9G
Posted by: Guest on June-03-2021
1

ubuntu ram type

sudo dmidecode | grep -A 15 Memory
Posted by: Guest on May-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language