Answers for "linux command line get info about computer"

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 "linux command line get info about computer"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language