ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How you will identify your Linux system is 32 bit or 64 bit?

user-image
تم إضافة السؤال من قبل Muhammad Anzar , DevOps/DevSecOps Architect , Confidential
تاريخ النشر: 2015/02/16
ghilman ahmed
من قبل ghilman ahmed , System Administrator , Streaming Networks Pvt Ltd

use a commandon the shell terminal

uname -a

and if the result shows a string having only x86 than it is32 bit and if you find a string x86_64 than it is64 bit OS.

Mohand ourabah BENABBAS
من قبل Mohand ourabah BENABBAS , Systems engineer , dimensiondata

Try # uname -m 

The output is : if  i386 or i386 the system is32 

                       else if  x86_64  the system is64 

AHMED ATEEQ
من قبل AHMED ATEEQ , Senior System Engineer , Catholic Education Office

uname -a

 

above command will give you the details.

Linux server.domain.com2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec1701:55:02 UTC2014 x86_64 x86_64 x86_64 GNU/Linux

 

as you can x86 means its a32 bit server

 

Rajesh Pant
من قبل Rajesh Pant , System Engineer , Tech Mahindra Limited

By using "arch" and "uname -m" anyone command we can get bit information

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟