LinuxHelps.com

A blog for Linux Lovers.

10
Mar 2009
Command to check the Processor type in Linux
Posted in Linux Helps by sibu at 9:37 am |

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


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply