Saturday, April 2, 2022

[SOLVED] How to find the processor / chip architecture on Linux

Issue

What command should I use to find the processor / chip architecture on Linux?

linux-x86-32
linux-x86-64
linux-ppc-64

Solution

To display kernel architecture: uname -p

To display extended CPU details: cat /proc/cpuinfo



Answered By - joet3ch
Answer Checked By - Candace Johnson (WPSolving Volunteer)