Archive for the ‘linux’ tag
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
meaning of "it"
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