<?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: How To: Find Out the Release Version of Your UNIX</title>
	<atom:link href="http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 21 Jan 2010 02:07:52 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ilya</title>
		<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/comment-page-1/#comment-4960</link>
		<dc:creator>ilya</dc:creator>
		<pubDate>Sun, 14 Jun 2009 13:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/solaris/how-to-find-out-the-release-version-of-your-unix/#comment-4960</guid>
		<description>for linux you can also try to run lsb_release -a</description>
		<content:encoded><![CDATA[<p>for linux you can also try to run lsb_release -a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Use /proc/version to identify your Linux release &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/comment-page-1/#comment-2981</link>
		<dc:creator>Use /proc/version to identify your Linux release &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Thu, 09 Apr 2009 09:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/solaris/how-to-find-out-the-release-version-of-your-unix/#comment-2981</guid>
		<description>[...] use /etc/redhat-release or /etc/SuSE-release (/etc/issue for Ubuntu) [...]</description>
		<content:encoded><![CDATA[<p>[...] use /etc/redhat-release or /etc/SuSE-release (/etc/issue for Ubuntu) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: List Installed Packages on Your Ubuntu Linux &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/comment-page-1/#comment-681</link>
		<dc:creator>List Installed Packages on Your Ubuntu Linux &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Tue, 02 Sep 2008 15:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/solaris/how-to-find-out-the-release-version-of-your-unix/#comment-681</guid>
		<description>[...] Finding out the release version of your Unix [...]</description>
		<content:encoded><![CDATA[<p>[...] Finding out the release version of your Unix [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Find Out Memory Size in Linux &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/comment-page-1/#comment-315</link>
		<dc:creator>Find Out Memory Size in Linux &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Wed, 18 Jun 2008 21:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/solaris/how-to-find-out-the-release-version-of-your-unix/#comment-315</guid>
		<description>[...] Find out your Unix OS release version [...]</description>
		<content:encoded><![CDATA[<p>[...] Find out your Unix OS release version [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Little Linux Commands &#171; Code Ghar</title>
		<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/comment-page-1/#comment-281</link>
		<dc:creator>Little Linux Commands &#171; Code Ghar</dc:creator>
		<pubDate>Mon, 09 Jun 2008 01:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/solaris/how-to-find-out-the-release-version-of-your-unix/#comment-281</guid>
		<description>[...] Hat, Ubuntu: tail /etc/issue  Red Hat: tail /etc/redhat-release SUSE: tail /etc/SuSE-release Ubuntu (gives more detail): tail [...]</description>
		<content:encoded><![CDATA[<p>[...] Hat, Ubuntu: tail /etc/issue  Red Hat: tail /etc/redhat-release SUSE: tail /etc/SuSE-release Ubuntu (gives more detail): tail [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Find Out Linux Version using Linux Standard Base (LSB) files &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/comment-page-1/#comment-114</link>
		<dc:creator>Find Out Linux Version using Linux Standard Base (LSB) files &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Tue, 18 Mar 2008 10:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/solaris/how-to-find-out-the-release-version-of-your-unix/#comment-114</guid>
		<description>[...] How to Find Out the Release Version of Your Unix [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Find Out the Release Version of Your Unix [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unix uname command - print Unix system information &#124; Unix Commands</title>
		<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/comment-page-1/#comment-38</link>
		<dc:creator>unix uname command - print Unix system information &#124; Unix Commands</dc:creator>
		<pubDate>Wed, 30 Jan 2008 09:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/solaris/how-to-find-out-the-release-version-of-your-unix/#comment-38</guid>
		<description>[...] How to Find the Release Version of your Unix    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Find the Release Version of your Unix    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Find Compiler Version in Unix &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/comment-page-1/#comment-13</link>
		<dc:creator>Find Compiler Version in Unix &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Wed, 02 Jan 2008 14:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/solaris/how-to-find-out-the-release-version-of-your-unix/#comment-13</guid>
		<description>[...] Find out the release version of your Unix [...]</description>
		<content:encoded><![CDATA[<p>[...] Find out the release version of your Unix [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Find Out RedHat Version And More &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2007/08/how-to-find-out-the-release-version-of-your-unix/comment-page-1/#comment-6</link>
		<dc:creator>How To Find Out RedHat Version And More &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Wed, 19 Dec 2007 09:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/solaris/how-to-find-out-the-release-version-of-your-unix/#comment-6</guid>
		<description>[...] How To Find Out the Release Version of Your Unix [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Find Out the Release Version of Your Unix [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
