LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Question on uname (https://www.linuxquestions.org/questions/linux-newbie-8/question-on-uname-581862/)

Sathya 09-03-2007 09:06 AM

Question on uname
 
I have a AMD64 processor. I installed Fedora7.0 for x86_64. When i gave the command uname -m, it gives me the result as x86_64. I expected it to be AMD64. Can you explain why this result? I would be very grateful, if i get a response quickly.

Thanks
Sathya

odcheck 09-03-2007 09:08 AM

no this is correct as it is. I've got also an AMD X2 6000, and I installed Fedora 7 x86_64bit
uname -rm would be more efficient.

rameshshihora 09-03-2007 09:11 AM

In Linux, you can check your distribution with the uname command:

uname -m

The output will read x86_64 for 64-bit and i686 or similar i386 for 32-bit.

The packages are built (optimized) for the:
i386 - Intel 386 processor
i486 - Intel 486 processor
i586 - Intel Pentium early AMD
i686 - Intel Pentium Pro and beyond

Compilations are backwardly compatible (i686 will run progs for i386) but not forwardly compatible.

I hope you will get your answer.

Best Regards,
Ramesh Shihora


All times are GMT -5. The time now is 06:19 AM.