To find the processor type and details
Get the Processor details:
cat /proc/cpuinfo
Find whether the processor is 32 or 64 bit:
getconf LONG_BIT
Find the architecture:
uname -i
To find the processor type and details
Get the Processor details:
cat /proc/cpuinfo
Find whether the processor is 32 or 64 bit:
getconf LONG_BIT
Find the architecture:
uname -i