<?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>release numbers &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/release-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Mon, 30 May 2011 02:50:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Find The Linux Kernel Version ?</title>
		<link>https://lifelinux.com/how-to-find-the-linux-kernel-version/</link>
					<comments>https://lifelinux.com/how-to-find-the-linux-kernel-version/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Mon, 30 May 2011 02:40:58 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[/proc/version]]></category>
		<category><![CDATA[kernel linux]]></category>
		<category><![CDATA[linux kernel version]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[release numbers]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[stable releases]]></category>
		<category><![CDATA[stable version]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[uname]]></category>
		<category><![CDATA[uname command]]></category>
		<category><![CDATA[version numbers]]></category>
		<category><![CDATA[x86]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=870</guid>

					<description><![CDATA[<p>To find the linux kernel version, you should login and type the following command $ uname -r Sample output 2.6.18-194.32.1.el5 A second way is to look at the /proc/version file, type the following command $ cat /proc/version Sample output Linux version 2.6.18-194.32.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jan 5 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-find-the-linux-kernel-version/">How To Find The Linux Kernel Version ?</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>To find the linux kernel version, you should login and type the following command</p>
<pre>$ uname -r</pre>
<p><span id="more-870"></span><br />
Sample output</p>
<pre>2.6.18-194.32.1.el5</pre>
<p>A second way is to look at the /proc/version file, type the following command</p>
<pre>$ cat /proc/version</pre>
<p>Sample output</p>
<pre>Linux version <span style="color: #ff0000;">2.6.18-194.32.1.el5</span> (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jan 5 17:52:25 EST 2011</pre>
<p>A third way is to look at the contents of the dmesg command, type the following command</p>
<pre>$ dmesg | grep Linux</pre>
<p>Sample output</p>
<pre>Linux version <span style="color: #ff0000;">2.6.18-194.32.1.el5</span> (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jan 5 17:52:25 EST 2011
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Linux Plug and Play Support v0.97 (c) Adam Belay
SELinux:  Registering netfilter hooks
Linux agpgart interface v0.101 (c) Dave Jones
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks</pre>
<g:plusone href="https://lifelinux.com/how-to-find-the-linux-kernel-version/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-find-the-linux-kernel-version/">How To Find The Linux Kernel Version ?</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-find-the-linux-kernel-version/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
