<?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 Adding Path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959496#M415429</link>
    <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I want to add a path to the env. tell me exact command how to add it. the path i want to add is  /usr/bin/unzip to PATH and export it.&lt;BR /&gt;Also i want to download unzip ver 5.5 for hp-ux v11.23. please tell me the link to download and how do i install it?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Rahul</description>
    <pubDate>Tue, 14 Feb 2006 02:33:41 GMT</pubDate>
    <dc:creator>Rahul Pednekar</dc:creator>
    <dc:date>2006-02-14T02:33:41Z</dc:date>
    <item>
      <title>Adding Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959496#M415429</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I want to add a path to the env. tell me exact command how to add it. the path i want to add is  /usr/bin/unzip to PATH and export it.&lt;BR /&gt;Also i want to download unzip ver 5.5 for hp-ux v11.23. please tell me the link to download and how do i install it?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Rahul</description>
      <pubDate>Tue, 14 Feb 2006 02:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959496#M415429</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2006-02-14T02:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959497#M415430</link>
      <description>You can add a path permanetly as,&lt;BR /&gt;&lt;BR /&gt;go to /etc/profile,&lt;BR /&gt;&lt;BR /&gt;in last line,&lt;BR /&gt;&lt;BR /&gt;export PATH=$PATH:&lt;ANY path=""&gt;&lt;BR /&gt;&lt;BR /&gt;I hope /usr/bin directory is added by default with /etc/PATH file. So need to add it.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;&lt;BR /&gt;&lt;/ANY&gt;</description>
      <pubDate>Tue, 14 Feb 2006 02:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959497#M415430</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T02:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959498#M415431</link>
      <description>You get unzip utility as,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Download based on your operating system.&lt;BR /&gt;&lt;BR /&gt;Install as,&lt;BR /&gt;&lt;BR /&gt;# swinstall -s &lt;PATH to="" unzip="" package=""&gt;&lt;BR /&gt;&lt;BR /&gt;It will install it.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/PATH&gt;</description>
      <pubDate>Tue, 14 Feb 2006 02:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959498#M415431</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T02:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959499#M415432</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Its easy, you can download unzip depot from &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/ftp/hpux/Misc/unzip-5.52/unzip-5.52-ia64-11.23.depot.gz" target="_blank"&gt;http://hpux.connect.org.uk/ftp/hpux/Misc/unzip-5.52/unzip-5.52-ia64-11.23.depot.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /tmp/unzip-5.52-ia64-11.23.depot unzip will do the installtion. ( Say, you have downloaded the depot into /tmp) &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 14 Feb 2006 03:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959499#M415432</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T03:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959500#M415433</link>
      <description>Hi Rahul, &lt;BR /&gt;&lt;BR /&gt;To add path # export PATH=$PATH:/usr/local/bin &lt;BR /&gt;&lt;BR /&gt;You can also unzip with jar utility. &lt;BR /&gt;&lt;BR /&gt;# /opt/java1.4/bin/jar -xvf &lt;ZIP_FILE&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/ZIP_FILE&gt;</description>
      <pubDate>Tue, 14 Feb 2006 03:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959500#M415433</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T03:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959501#M415434</link>
      <description>Hi Rhul,&lt;BR /&gt;&lt;BR /&gt;To add path: &lt;BR /&gt;export PATH=$PATH:&lt;YOUR path=""&gt; &lt;BR /&gt;&lt;BR /&gt;You can also unzip with jar utility. &lt;BR /&gt;# $JAVE_HOME/bin/jar -xvf &lt;ZIP_FILE&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;/ZIP_FILE&gt;&lt;/YOUR&gt;</description>
      <pubDate>Wed, 15 Feb 2006 04:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959501#M415434</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-02-15T04:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959502#M415435</link>
      <description>Hi Rahul,&lt;BR /&gt;&lt;BR /&gt;If you need the PATH variable presnet across reboots, you may add the line to .profile.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Wed, 15 Feb 2006 04:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959502#M415435</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-15T04:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959503#M415436</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;Thanks guyz!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rahul...</description>
      <pubDate>Thu, 16 Feb 2006 23:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-path/m-p/4959503#M415436</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2006-02-16T23:39:39Z</dc:date>
    </item>
  </channel>
</rss>

