<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CPU &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/cpu/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Mon, 22 Mar 2021 09:40:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>CPU &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How Do I check the CPU 32 or 64 bit on the Linux system</title>
		<link>https://help.hostry.com/knowledge-base/how-do-i-check-the-cpu-32-or-64-bit-on-the-linux-system/</link>
					<comments>https://help.hostry.com/knowledge-base/how-do-i-check-the-cpu-32-or-64-bit-on-the-linux-system/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 22 Mar 2021 09:40:08 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3414</guid>

					<description><![CDATA[When you start working with a Linux VPS, it is always very important to understand what type of CPU system the architecture contains: 32-bit or 64-bit. This information is important to absolutely everyone: as an IT specialist, developer, system administrator and also a Linux beginner user. When it comes to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>When you start working with a <a href="https://hostry.com/products/vps/"><strong>Linux</strong> <strong>VPS</strong></a>, it is always very important to understand what type of CPU system the architecture contains: 32-bit or 64-bit. This information is important to absolutely everyone: as an IT specialist, developer, system administrator and also a Linux beginner user. When it comes to third-party applications, you need to know the architecture of your system because 64-bit applications cannot run on a 32-bit system. Whereas we can easily run 32-bit applications on a 64-bit system.</p>



<h2 id="lscpu-command" >Lscpu Command</h2>



<p>lscpu is a very handy and simple program that allows you to get all the information you need regarding Linux processor architecture. Login to your terminal and enter the following command:</p>



<pre class="wp-block-code"><code>lscpu</code></pre>



<figure class="wp-block-image size-large"><img width="869" height="532" src="https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26.png" alt="" class="wp-image-3422" srcset="https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26.png 869w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-300x184.png 300w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-768x470.png 768w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-50x31.png 50w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-600x367.png 600w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-13-26-320x196.png 320w" sizes="(max-width: 869px) 100vw, 869px" /></figure>



<p>The Architecture field shows what type of <strong>CPU</strong> you have. Here <strong>x86_64 </strong>stands for <strong>64-bit</strong>. CPU operation mode <strong>&#8211; 32-bit</strong> and <strong>64-bit</strong>. This means your processor supports both 32-bit and 64-bit instructions.</p>



<h2 id="uname-command" >Uname Command</h2>



<p>Uname provides information about your <strong>Linux</strong> system and kernel version. Run the following command to get <strong>CPU</strong> information using the uname command. This can be done as follows:</p>



<pre class="wp-block-code"><code>uname -m</code></pre>



<p>If you have a <strong>64-bit</strong> system, then the output will be as follows:</p>



<pre class="wp-block-code"><code>x86_64</code></pre>



<h2 id="lshw-command" >Lshw Command </h2>



<p>Lshw is a simple command to display information about the hardware of your Linux system. You can get information about the Linux processor by running the following command:</p>



<pre class="wp-block-code"><code>lshw -c cpu</code></pre>



<p>The output will be as follows:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="113" src="https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-1024x113.png" alt="" class="wp-image-3437" srcset="https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-1024x113.png 1024w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-300x33.png 300w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-768x85.png 768w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-50x6.png 50w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-920x102.png 920w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-600x66.png 600w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57-320x35.png 320w, https://help.hostry.com/wp-content/uploads/2021/03/Снимок-экрана-от-2021-03-22-10-20-57.png 1429w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-do-i-check-the-cpu-32-or-64-bit-on-the-linux-system/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
