Archives
Meta
Tag Archives: Linux
Linux: How to Identify 32bit vs. 64bit
For the CPU: Using lscpu: 64bit 32bit or check /proc/cpuinfo for the tm/lm flags. If lm exists it supports 64bit. If only tm exists, it only supports 32bit. 64bit 32bit For the O/S: The architecture should be listed as x86_64 … Continue reading
