<?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: How do i make a link ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029177#M910102</link>
    <description>i dont see the link with ll .</description>
    <pubDate>Mon, 21 Jul 2003 18:46:18 GMT</pubDate>
    <dc:creator>Chapaya</dc:creator>
    <dc:date>2003-07-21T18:46:18Z</dc:date>
    <item>
      <title>How do i make a link ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029173#M910098</link>
      <description>Hello ,&lt;BR /&gt;&lt;BR /&gt;I have 2 VG's and i removed one vg .&lt;BR /&gt;The old vg was mounted on /app2 ,the other was mounted on /app4 .&lt;BR /&gt;i want to make a link from /app2 to /app4 .&lt;BR /&gt;&lt;BR /&gt;Bye ,&lt;BR /&gt;Eran</description>
      <pubDate>Mon, 21 Jul 2003 18:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029173#M910098</guid>
      <dc:creator>Chapaya</dc:creator>
      <dc:date>2003-07-21T18:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do i make a link ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029174#M910099</link>
      <description>&lt;BR /&gt;Eran,&lt;BR /&gt;&lt;BR /&gt;Do this:&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;# rmdir /app2&lt;BR /&gt;# ln -s app4 app2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Mon, 21 Jul 2003 18:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029174#M910099</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-07-21T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do i make a link ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029175#M910100</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;#ln -s app4 app2&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Piyush&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 18:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029175#M910100</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2003-07-21T18:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do i make a link ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029176#M910101</link>
      <description>ln -s &lt;REALFILE&gt; &lt;LINKNAME&gt;&lt;BR /&gt;&lt;BR /&gt;ln -s /app2 /app4&lt;BR /&gt;&lt;BR /&gt;That should do it.&lt;/LINKNAME&gt;&lt;/REALFILE&gt;</description>
      <pubDate>Mon, 21 Jul 2003 18:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029176#M910101</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-07-21T18:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do i make a link ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029177#M910102</link>
      <description>i dont see the link with ll .</description>
      <pubDate>Mon, 21 Jul 2003 18:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029177#M910102</guid>
      <dc:creator>Chapaya</dc:creator>
      <dc:date>2003-07-21T18:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do i make a link ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029178#M910103</link>
      <description>Can you post the output?&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Mon, 21 Jul 2003 18:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029178#M910103</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-07-21T18:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do i make a link ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029179#M910104</link>
      <description>what is the output of ls -l /app2 ?</description>
      <pubDate>Mon, 21 Jul 2003 19:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029179#M910104</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2003-07-21T19:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do i make a link ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029180#M910105</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Did you remove the old directory (app2)?&lt;BR /&gt;What you see with ls -la /app2 ?&lt;BR /&gt;&lt;BR /&gt;ln -s /app4 /app2&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Mon, 21 Jul 2003 19:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-make-a-link/m-p/3029180#M910105</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-21T19:19:09Z</dc:date>
    </item>
  </channel>
</rss>

