<?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 Re: symbolic link in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023168#M762022</link>
    <description># ln -s link1 /home/app/link2.sh</description>
    <pubDate>Wed, 17 Jan 2007 09:29:17 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2007-01-17T09:29:17Z</dc:date>
    <item>
      <title>symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023167#M762021</link>
      <description>Hello.&lt;BR /&gt;Can you please let me know the command for creating s links?&lt;BR /&gt;I want to create a link for my application say link1 and whenever any of the script uses link1 it must go to /home/app/link2.sh file&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 17 Jan 2007 09:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023167#M762021</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-01-17T09:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023168#M762022</link>
      <description># ln -s link1 /home/app/link2.sh</description>
      <pubDate>Wed, 17 Jan 2007 09:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023168#M762022</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2007-01-17T09:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023169#M762023</link>
      <description>ln -s /home/app/link2.sh link1</description>
      <pubDate>Wed, 17 Jan 2007 09:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023169#M762023</guid>
      <dc:creator>Yarek</dc:creator>
      <dc:date>2007-01-17T09:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023170#M762024</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# man ln&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 17 Jan 2007 09:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023170#M762024</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-17T09:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023171#M762025</link>
      <description>comment:&lt;BR /&gt;&lt;BR /&gt;ln -s /home/app/link2.sh link1&lt;BR /&gt;&lt;BR /&gt;above command links /home/app/link2.sh to new or existing 'link1' file</description>
      <pubDate>Wed, 17 Jan 2007 09:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023171#M762025</guid>
      <dc:creator>Yarek</dc:creator>
      <dc:date>2007-01-17T09:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023172#M762026</link>
      <description>Thank you !&lt;BR /&gt;&lt;BR /&gt;Also, can you tell me the command to replace  #!/bin/ksh by #!/usr/bin/ksh in many of my shell scripts?&lt;BR /&gt;&lt;BR /&gt;THANKS!</description>
      <pubDate>Wed, 17 Jan 2007 10:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023172#M762026</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-01-17T10:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023173#M762027</link>
      <description>Hello.&lt;BR /&gt;I tried to create link - it gave error saying ln : exist. but did not create the link.&lt;BR /&gt;&lt;BR /&gt;THANKS</description>
      <pubDate>Wed, 17 Jan 2007 10:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023173#M762027</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-01-17T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023174#M762028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It will give this error if there is some file or directory with name link1 in you current directory.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 17 Jan 2007 10:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023174#M762028</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2007-01-17T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023175#M762029</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can you tell me the command to replace #!/bin/ksh by #!/usr/bin/ksh in many of my shell scripts?&lt;BR /&gt;&lt;BR /&gt;# perl -pi -e 's{^#!/bin/ksh\b}{#!/usr/bin/ksh}' file&lt;BR /&gt;&lt;BR /&gt;...will replace, in-place.  You can specify multiple filenames as arguments if you choose.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023175#M762029</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-17T10:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: symbolic link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023176#M762030</link>
      <description>THANKS!!!</description>
      <pubDate>Wed, 17 Jan 2007 11:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link/m-p/5023176#M762030</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-01-17T11:53:16Z</dc:date>
    </item>
  </channel>
</rss>

