<?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 Linux command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444741#M71509</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am currently moving my shell (sh/ksh) scripts from HP-UX 11.11 environment to our newly acquired "Red Hat Enterprise Linux AS release 3 (Taroon Update 1)" enviroment. I found that Linux do not have "pg" command. Can anyone suggest what command should I use in place of "pg".&lt;BR /&gt;&lt;BR /&gt;One more thing how do I know what is my OS release version? "uname -a" return the following output.&lt;BR /&gt;&lt;BR /&gt;Linux XXX 2.4.21-9.ELsmp #1 SMP Thu Jan 8 17:08:56 ES&lt;BR /&gt;T 2004 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Wed, 15 Dec 2004 19:34:17 GMT</pubDate>
    <dc:creator>Ridzuan Zakaria</dc:creator>
    <dc:date>2004-12-15T19:34:17Z</dc:date>
    <item>
      <title>Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444741#M71509</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am currently moving my shell (sh/ksh) scripts from HP-UX 11.11 environment to our newly acquired "Red Hat Enterprise Linux AS release 3 (Taroon Update 1)" enviroment. I found that Linux do not have "pg" command. Can anyone suggest what command should I use in place of "pg".&lt;BR /&gt;&lt;BR /&gt;One more thing how do I know what is my OS release version? "uname -a" return the following output.&lt;BR /&gt;&lt;BR /&gt;Linux XXX 2.4.21-9.ELsmp #1 SMP Thu Jan 8 17:08:56 ES&lt;BR /&gt;T 2004 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 15 Dec 2004 19:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444741#M71509</guid>
      <dc:creator>Ridzuan Zakaria</dc:creator>
      <dc:date>2004-12-15T19:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444742#M71510</link>
      <description>A 'pg' replacement on RHES3 could be either 'less' or 'more'.  Just create a symbolic link to either of them:&lt;BR /&gt;&lt;BR /&gt;ln -sf /usr/bin/less /usr/bin/pg&lt;BR /&gt;&lt;BR /&gt;If you were relying upon 'pg', you might also want to put an exported 'PAGER' variable in some profiles.&lt;BR /&gt;&lt;BR /&gt;The release (version) of Linux is 'uname -r', which would be '2.4.21-9.ELsmp' on that machine, the kernel version.&lt;BR /&gt;&lt;BR /&gt;If you are wondering what platform, then you want 'uname -s' (Linux) or 'uname -o' (GNU/Linux).  Note that 'uname -o' doesn't work on HP-UX, so don't use it for cross-platform testing (-s returns 'HP-UX').&lt;BR /&gt;&lt;BR /&gt;Any more info needed? ;)</description>
      <pubDate>Wed, 15 Dec 2004 21:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444742#M71510</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-12-15T21:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444743#M71511</link>
      <description>uname -r or -a provides you with kernel version; &lt;BR /&gt;if you want to check OS version in RH or Mandrake linux, you should &lt;BR /&gt;&lt;BR /&gt;cat /etc/redhat-release&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Thu, 16 Dec 2004 07:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444743#M71511</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-12-16T07:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444744#M71512</link>
      <description>You can determine the Red Hat OS release version by looking at the kernel release "uname -r". &lt;BR /&gt;2.4.9-25 ---&amp;gt; AS 2.1&lt;BR /&gt;2.4.21-9 ---&amp;gt; AS 3.1&lt;BR /&gt;2.4.21-15 ---&amp;gt; AS 3.2&lt;BR /&gt;2.4.21-20 ---&amp;gt; AS 3.3&lt;BR /&gt;&lt;BR /&gt;So your systems is running AS 3 update 1, and it has a multi-processor kernel, indicated by "smp" after 1.4.21-9.EL.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 16 Dec 2004 09:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444744#M71512</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2004-12-16T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444745#M71513</link>
      <description>you can install the pg's rpm or pg's source&lt;BR /&gt;&lt;BR /&gt;determine release you can try &lt;BR /&gt;&lt;BR /&gt;#cat /proc/version&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regard&lt;BR /&gt;kevinhu</description>
      <pubDate>Thu, 16 Dec 2004 09:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-command/m-p/3444745#M71513</guid>
      <dc:creator>KevinHu_1</dc:creator>
      <dc:date>2004-12-16T09:54:45Z</dc:date>
    </item>
  </channel>
</rss>

