Posted by sibu on March 10, 2009
Command to check the Processor type in Linux
In order to find whether the processor is 32bit or 64 bit in Linux, use the command
[root@server1 ~]# getconf LONG_BIT
32
Also you can use
[root@server1 ~]# uname -i
i386
Add A Comment