Archive

Posts Tagged ‘CPU Bits’

Check UNIX CPU for 32 bit or 64bit

January 6, 2010 Leave a comment

Command to check Processor details:

Prompt> cat /proc/cpuinfo

Use the following command to check whether the CPU is 32bit processor or 64 bit processor.

Prompt> getconf LONG_BIT

Categories: UNIX Tags: ,