This is a discussion on Command to get architecture type within the Linux software forums, part of the Linux Getting Started category; Hi, I am using Redhat\CentOS\Fedora what is the comand from which i can come into know i am running a ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Hi,
I am using Redhat\CentOS\Fedora what is the comand from which i can come into know i am running a 32 or 64 bit os , also is there any command i am using architecture of 32 or 64 bit .Also can any once describe What is difference between i386,i586,i686. If i am wrong please help so that i can understand the difference. I come to know "getconf LONG_BITS" is the command in linux to view this is this right.
__________________
Shrikumar |
| Sponsored Links | ||
|
|
|
||||
|
You need to use uname command, it
Code:
uname -a You can use getconf LONG_BIT command, but I recommend uname as it is available on other UNIX like oses i386,i586,i686 == all are intel Cpu names, i386 is older as compare to i586 (P1) and i686 is newer. See IA-32 - Wikipedia, the free encyclopedia Microprocessor - Wikipedia, the free encyclopedia Finally run command to get all CPU related info Code:
less /proc/cpuinfo |
|
|||
|
Hi,
simply type the follow command on ur terminal, #uname -m the abv will gve u the arch type.otherwise u can use "arch" command display ur architecture. #arch thanks, aaru |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| determining the type of buffer | sathiya | Coding in General | 1 | 02-20-2008 09:23 PM |
| mtrr: type mismatch | piggy | Linux hardware | 1 | 08-02-2007 11:32 PM |
| Finding machines S/N and Model Type | mlperry | Linux software | 3 | 10-05-2006 11:15 PM |
| Invalid ICMP type 3 code 3 error to a broadcast -samba error | raj | Linux software | 0 | 07-09-2006 05:38 AM |
| How to find different type of words (pattern matching) in vi | sweta | Linux software | 2 | 06-07-2005 11:22 PM |