<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi Alex,<br>
    <br>
    You are very close there. <i>uname -a</i> (or <i>uname -m</i>)
    will tell you if it's 32 or 64 bit and the bit at the end before
    GNU/Linux is the indicator. However <i>i686</i> shows it is 32bit,
    if it was 64bit it would have <i>x86_64</i>.<br>
    <br>
    Another command you can use is:<br>
    <pre class="lang-sh prettyprint"><code><span class="pln">getconf LONG_BIT</span></code></pre>
    (the answer being 32 or 64)<br>
    <br>
    It is possible to run 32bit Linux on a 64bit CPU. The above commands
    will only tell you about the currently installed Linux not if the
    processor will support 64bit.<br>
    <br>
    If you want to know about the physical processor instead of the
    current operating system run:<br>
    <pre>cat /proc/cpuinfo
</pre>
    (if the list of 'flags' has <i>tm</i> it is a 32 bit processor, if
    the flags have <i>lm</i> it's 64bit)<br>
    <br>
    Hope that helps.<br>
    Cheers,<br>
    Ross.<br>
    <br>
    <br>
    On 20/05/11 15:48, ALEX ARMANI wrote:
    <blockquote cite="mid:SNT125-W54ACA37729C2C99F5673DCD8710@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      How can you find out if an install is 32 or 64 bit?<br>
      <br>
      Hi folks. I've got an install of Ubuntu 1o.1o Maverick on my
      laptop but don't remember if it's a 32 or 64 bit install. Is there
      an easy way to find out?<br>
      'uname -a' returns:<br>
      &nbsp;Linux Anna 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50
      UTC 2010 i686 GNU/Linux<br>
      <br>
      Am I correct in thinking that the i686 indicates it is a 64 bit
      installation?<br>
      Tia, from Alex.<br>
      --&nbsp;<br>
      &nbsp;Alex Armani - Digital Musician&nbsp;<br>
      +44 775 459 5449&nbsp;- <a class="moz-txt-link-abbreviated" href="http://Www.Matrixism.Me.UK">Www.Matrixism.Me.UK</a>
      <div>&nbsp;<a class="moz-txt-link-abbreviated" href="http://www.facebook.com/profile.php?id=513074140">www.facebook.com/profile.php?id=513074140</a></div>
      <div>Add me to your Mafia Wars!</div>
    </blockquote>
  </body>
</html>