<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Determining the distribution of the Linux operating system in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420603#M61399</link>
    <description>&lt;!--!*#--&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am looking at a way to determine the Linux operating system version on RedHat and SuSE releases.&lt;BR /&gt;&lt;BR /&gt;Is there a RedHat/Novell recommended file which we can lookup to find out the OS version, which is persistent and is not intended to be changed by the users?&lt;BR /&gt;&lt;BR /&gt;I am currently using 'cat /proc/version' to find out if its RHEL or SLES and the contents of /etc/issue.net file to find the actual distribution.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Veena</description>
    <pubDate>Fri, 15 May 2009 04:23:51 GMT</pubDate>
    <dc:creator>veena_ts</dc:creator>
    <dc:date>2009-05-15T04:23:51Z</dc:date>
    <item>
      <title>Determining the distribution of the Linux operating system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420603#M61399</link>
      <description>&lt;!--!*#--&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am looking at a way to determine the Linux operating system version on RedHat and SuSE releases.&lt;BR /&gt;&lt;BR /&gt;Is there a RedHat/Novell recommended file which we can lookup to find out the OS version, which is persistent and is not intended to be changed by the users?&lt;BR /&gt;&lt;BR /&gt;I am currently using 'cat /proc/version' to find out if its RHEL or SLES and the contents of /etc/issue.net file to find the actual distribution.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Veena</description>
      <pubDate>Fri, 15 May 2009 04:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420603#M61399</guid>
      <dc:creator>veena_ts</dc:creator>
      <dc:date>2009-05-15T04:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the distribution of the Linux operating system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420604#M61400</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;on redhat :&lt;BR /&gt;&lt;BR /&gt;/etc/redhat-release&lt;BR /&gt;&lt;BR /&gt;for example : &lt;BR /&gt;&lt;BR /&gt;- Red Hat Enterprise Linux AS release 4 (Nahant Update 3)&lt;BR /&gt;-Red Hat Enterprise Linux Server release 5 (Tikanga)&lt;BR /&gt;-Red Hat Linux Advanced Server release 2.1AS (Pensacola)&lt;BR /&gt;-Red Hat Enterprise Linux AS release 4 (Nahant Update 4)&lt;BR /&gt;&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;on Suse :&lt;BR /&gt;&lt;BR /&gt;/etc/SuSE-release&lt;BR /&gt;&lt;BR /&gt;for example :&lt;BR /&gt;&lt;BR /&gt;-SUSE Linux Enterprise Desktop 10 (x86_64)&lt;BR /&gt;VERSION = 10&lt;BR /&gt;-SUSE LINUX Enterprise Server 9 (x86_64)&lt;BR /&gt;VERSION = 9&lt;BR /&gt;PATCHLEVEL = 3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Fri, 15 May 2009 05:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420604#M61400</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-05-15T05:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the distribution of the Linux operating system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420605#M61401</link>
      <description>on redhat /etc/redhat-release file&lt;BR /&gt;on suse /etc/SuSE-release&lt;BR /&gt;&lt;BR /&gt;you can also find out through uname -a the kernal version</description>
      <pubDate>Fri, 15 May 2009 10:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420605#M61401</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-15T10:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the distribution of the Linux operating system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420606#M61402</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would use uname -a&lt;BR /&gt;&lt;BR /&gt;That should give you enough information to determine the release.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 15 May 2009 10:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420606#M61402</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-15T10:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the distribution of the Linux operating system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420607#M61403</link>
      <description>A standards based solution can be found using the "lsb_release -d" or "lsb_release -i -r" command.&lt;BR /&gt;See "man lsb_release" or &lt;A href="http://www.unixtutorial.org/commands/lsb_release/" target="_blank"&gt;http://www.unixtutorial.org/commands/lsb_release/&lt;/A&gt; for more information.</description>
      <pubDate>Sat, 16 May 2009 21:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420607#M61403</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2009-05-16T21:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the distribution of the Linux operating system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420608#M61404</link>
      <description>on SUSE Linux Enterprise you will find 'SPident' and 'SPident -vv'&lt;BR /&gt;&lt;BR /&gt;'SPident -vv' informs you about every details, e.g your current OS Version and Level, and updates that has been installed etc.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 May 2009 08:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/determining-the-distribution-of-the-linux-operating-system/m-p/4420608#M61404</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-05-17T08:46:33Z</dc:date>
    </item>
  </channel>
</rss>

