Linux: Detecting system Architecture
Following commands help with determining OS/CPU/hardware on a linux system:
cat /proc/cpuinfo
uname [-a -i -p]
-a = print all info
-i = architecture
-p = processor
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.





