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)