<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Check os version in Linux !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/41481/check-os-version-in-linux?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/41481/check-os-version-in-linux?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41481/check-os-version-in-linux</guid>
	<pubDate>Fri, 20 Mar 2020 06:28:14 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41481/check-os-version-in-linux</link>
	<title><![CDATA[Check os version in Linux !]]></title>
	<description><![CDATA[<code>The procedure to find os name and version on Linux:

#Open the terminal application (bash shell)
#For remote server login using the ssh: ssh user@server-name
#Type any one of the following command to find os name and version in Linux:
    cat /etc/os-release
    lsb_release -a
    hostnamectl
#Type the following command to find Linux kernel version:
    uname -r</code>]]></description>
	<dc:creator>Radha Agarkar</dc:creator>
</item>

</channel>
</rss>