Created
October 17, 2012 07:08
-
-
Save cliffwoo/3904152 to your computer and use it in GitHub Desktop.
查看内存插槽数及内存大小
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #http://blog.chinaunix.net/uid-7270462-id-3226111.html | |
| dmidecode|grep -P -A5 "Memory\s+Device"|grep Size|grep -v Range | |
| dmidecode|grep -P 'Maximum\s+Capacity' | |
| dmidecode|grep -A16 "Memory Device" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is "dmidecode"?