Answers for "linux computer specs command"

0

pc specs linux command

# PC Specs
$ sudo lshw -short
Posted by: Guest on November-16-2020
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

# cpu information
$ cat /proc/cpuinfo
# memory information
$ cat /proc/meminfo
Posted by: Guest on October-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language