Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 2902  / 2 Years ago, fri, july 8, 2022, 2:24:58

I am running a ubuntu server. From live CD(32bit) how to know version server(32 or 64bit). What can I do?
Thanks!


More From » server

 Answers
2

To find out your CPU Architecture, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:



cat /proc/cpuinfo


And you will see this:



enter image description here



If it says 48 bits virtual, the its 64bit capable, otherwise it will say 32 bits virtual



To find out your if the CD you have is 32bit or 64bit do:



Look in the CD for a folder called .disk



enter image description here



Inside that folder there is a file called info



enter image description here



The contents of that file will show you the right Architecture 32bit or 64bit



enter image description here


[#30278] Saturday, July 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
donurp

Total Points: 328
Total Questions: 128
Total Answers: 123

Location: Faroe Islands
Member since Thu, Apr 8, 2021
3 Years ago
;