<?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: What is the command to know the linux version i am using?</title>
	<atom:link href="http://www.kernelbench.org/fedora-core-2/what-is-the-command-to-know-the-linux-version-i-am-using/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kernelbench.org/fedora-core-2/what-is-the-command-to-know-the-linux-version-i-am-using</link>
	<description>Kernel News and How To</description>
	<lastBuildDate>Thu, 01 Jul 2010 04:00:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: IT-guru</title>
		<link>http://www.kernelbench.org/fedora-core-2/what-is-the-command-to-know-the-linux-version-i-am-using/comment-page-1#comment-3429</link>
		<dc:creator>IT-guru</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelbench.org/fedora-core-2/what-is-the-command-to-know-the-linux-version-i-am-using#comment-3429</guid>
		<description>username@machine&gt; uname -a
Linux test_machine1 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux

In this example, the Linux kernel version is 2.4.21-4.


To obtain the Linux glibc version, type the following at the shell command prompt:

username@machine&gt; rpm -q glibc
glibc-2.3.2-95.3

Two alternative methods to obtain glibc version information:
username@machine&gt; /lib/libc.so.6 &#124; head -1
GNU C Library stable release version 2.3.2, by Roland McGrath et al.

username@machine&gt; getconf GNU_LIBC_VERSION
glibc 2.3.2

If you are using a RedHat Linux distribution, you can find the RedHat release by typing:
usename@machine&gt; cat /etc/redhat-release
Red Hat Linux release 9 (Shrike)&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;http://www.ittvis.com/services/techtip.asp?ttid=4038</description>
		<content:encoded><![CDATA[<p>username@machine&gt; uname -a<br />
Linux test_machine1 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux</p>
<p>In this example, the Linux kernel version is 2.4.21-4.</p>
<p>To obtain the Linux glibc version, type the following at the shell command prompt:</p>
<p>username@machine&gt; rpm -q glibc<br />
glibc-2.3.2-95.3</p>
<p>Two alternative methods to obtain glibc version information:<br />
username@machine&gt; /lib/libc.so.6 | head -1<br />
GNU C Library stable release version 2.3.2, by Roland McGrath et al.</p>
<p>username@machine&gt; getconf GNU_LIBC_VERSION<br />
glibc 2.3.2</p>
<p>If you are using a RedHat Linux distribution, you can find the RedHat release by typing:<br />
usename@machine&gt; cat /etc/redhat-release<br />
Red Hat Linux release 9 (Shrike)<br /><b>References : </b><br /><a href="http://www.ittvis.com/services/techtip.asp?ttid=4038" rel="nofollow">http://www.ittvis.com/services/techtip.asp?ttid=4038</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

