<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: 5 Command Line Ways to Find Out Linux System is 32-bit or 64-bit	</title>
	<atom:link href="https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 09 Sep 2023 19:40:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: P. L.		</title>
		<link>https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/comment-page-1/#comment-2056364</link>

		<dc:creator><![CDATA[P. L.]]></dc:creator>
		<pubDate>Sat, 09 Sep 2023 19:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17528#comment-2056364</guid>

					<description><![CDATA[Very helpful. I was trying to confirm whether I was running the 32-bit or 64-bit OS&#039;s on Raspberry Pi. With &lt;code&gt;&quot;uname -a&quot;&lt;/code&gt;, I kept seeing &lt;strong&gt;aarch64&lt;/strong&gt; when I had installed 32-bit. 

After finding this article, I learned that some commands revealed &quot;&lt;strong&gt;armhf&lt;/strong&gt;&quot; or &quot;&lt;strong&gt;32&lt;/strong&gt;&quot; which was what I was expecting.

So, you might be running &lt;strong&gt;32-bit OS&lt;/strong&gt; on &lt;strong&gt;64-bit&lt;/strong&gt; architecture and get confusing results without a deep dive.]]></description>
			<content:encoded><![CDATA[<p>Very helpful. I was trying to confirm whether I was running the 32-bit or 64-bit OS&#8217;s on Raspberry Pi. With <code>"uname -a"</code>, I kept seeing <strong>aarch64</strong> when I had installed 32-bit. </p>
<p>After finding this article, I learned that some commands revealed &#8220;<strong>armhf</strong>&#8221; or &#8220;<strong>32</strong>&#8221; which was what I was expecting.</p>
<p>So, you might be running <strong>32-bit OS</strong> on <strong>64-bit</strong> architecture and get confusing results without a deep dive.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hello		</title>
		<link>https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/comment-page-1/#comment-892372</link>

		<dc:creator><![CDATA[hello]]></dc:creator>
		<pubDate>Sat, 27 May 2017 18:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17528#comment-892372</guid>

					<description><![CDATA[I&#039;d just like to interject for a moment. What you&#039;re referring to as Linux, is in fact, GNU/Linux, or as I&#039;ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called &quot;Linux&quot;, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine&#039;s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called &quot;Linux&quot; distributions are really distributions of GNU/Linux.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d just like to interject for a moment. What you&#8217;re referring to as Linux, is in fact, GNU/Linux, or as I&#8217;ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.</p>
<p>Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called &#8220;Linux&#8221;, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.</p>
<p>There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine&#8217;s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called &#8220;Linux&#8221; distributions are really distributions of GNU/Linux.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DostrenzasLinux		</title>
		<link>https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/comment-page-1/#comment-755874</link>

		<dc:creator><![CDATA[DostrenzasLinux]]></dc:creator>
		<pubDate>Sun, 28 Feb 2016 21:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17528#comment-755874</guid>

					<description><![CDATA[Great post!	

You can also check using a environment variable:

echo $HOSTTYPE

Result:

i386 -&#062; 32 bits
x86_64 -&#062; 64 bits

]]></description>
			<content:encoded><![CDATA[<p>Great post!	</p>
<p>You can also check using a environment variable:</p>
<p>echo $HOSTTYPE</p>
<p>Result:</p>
<p>i386 -&gt; 32 bits<br />
x86_64 -&gt; 64 bits</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SK		</title>
		<link>https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/comment-page-1/#comment-730694</link>

		<dc:creator><![CDATA[SK]]></dc:creator>
		<pubDate>Wed, 30 Dec 2015 06:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17528#comment-730694</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/comment-page-1/#comment-730584&quot;&gt;xinchuangfu&lt;/a&gt;.

Thanks mate. I don&#039;t know this command before. Much appreciated.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/comment-page-1/#comment-730584">xinchuangfu</a>.</p>
<p>Thanks mate. I don&#8217;t know this command before. Much appreciated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/comment-page-1/#comment-730680</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 30 Dec 2015 05:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17528#comment-730680</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/comment-page-1/#comment-730584&quot;&gt;xinchuangfu&lt;/a&gt;.

@Xinchuangfu,

Thanks for the tip, yes that command worked on my Ubuntu, here is the output.
&lt;pre&gt;
tecmint@tecmint ~ $ echo $HOSTTYPE
x86_64
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/comment-page-1/#comment-730584">xinchuangfu</a>.</p>
<p>@Xinchuangfu,</p>
<p>Thanks for the tip, yes that command worked on my Ubuntu, here is the output.</p>
<pre>
tecmint@tecmint ~ $ echo $HOSTTYPE
x86_64
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
