Answers for "how to see pc specs from terminal in linux"

0

linux command to show memory hardware

# List RAM Memory Information
lshw -short -C memory
Posted by: Guest on October-06-2020
0

linux command to show memory hardware

# display information about the processor/cpu
$ sudo dmidecode -t processor
# memory/ram information
$ sudo dmidecode -t memory
# bios details
$ sudo dmidecode -t bios
Posted by: Guest on October-06-2020

Code answers related to "how to see pc specs from terminal in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language