<?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 Help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829354#M938071</link>
    <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Its the other way round...&lt;BR /&gt;&lt;BR /&gt;For example if you trying to create a directory in the root say /abc and you want to  link this to /home mountpoint..so when the user does a cd to /abc , the user goes to /home..then u do..&lt;BR /&gt;&lt;BR /&gt;$ ln -s /home /abc&lt;BR /&gt;$ ll /abc&lt;BR /&gt;$ lrwxrwxrwx 1 root sys 5 Oct  /abc -&amp;gt; /home &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nag</description>
    <pubDate>Sat, 19 Oct 2002 21:55:46 GMT</pubDate>
    <dc:creator>Nag Varma</dc:creator>
    <dc:date>2002-10-19T21:55:46Z</dc:date>
    <item>
      <title>Symbolic Link Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829353#M938070</link>
      <description>Im trying to link a directory from / to a mount point. Wen a user creates a file in the directory is will really be in the linked mount point.&lt;BR /&gt;&lt;BR /&gt;I do&amp;gt; ln -s /dirname /mountpoint. This puts dirname inside /mountpoint. I want them to be the be efectivly the same. What am i doing wrong.</description>
      <pubDate>Sat, 19 Oct 2002 21:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829353#M938070</guid>
      <dc:creator>RedBack</dc:creator>
      <dc:date>2002-10-19T21:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolic Link Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829354#M938071</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Its the other way round...&lt;BR /&gt;&lt;BR /&gt;For example if you trying to create a directory in the root say /abc and you want to  link this to /home mountpoint..so when the user does a cd to /abc , the user goes to /home..then u do..&lt;BR /&gt;&lt;BR /&gt;$ ln -s /home /abc&lt;BR /&gt;$ ll /abc&lt;BR /&gt;$ lrwxrwxrwx 1 root sys 5 Oct  /abc -&amp;gt; /home &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nag</description>
      <pubDate>Sat, 19 Oct 2002 21:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829354#M938071</guid>
      <dc:creator>Nag Varma</dc:creator>
      <dc:date>2002-10-19T21:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolic Link Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829355#M938072</link>
      <description>Mark,&lt;BR /&gt;from root directory&lt;BR /&gt;ln -s /mountpoint /&lt;BR /&gt;after doing this there will be symbolic link creaned with the same name as last dir of mountpoint. The simply rename it&lt;BR /&gt;Example:&lt;BR /&gt;ln -s /aaa/bbb/ccc /&lt;BR /&gt;there will be link "ccc" created in /&lt;BR /&gt;mv /ccc /dir&lt;BR /&gt;or try&lt;BR /&gt;ln -s /mountpoint /dirname&lt;BR /&gt;but dirname should not exist.&lt;BR /&gt;Eugeny</description>
      <pubDate>Sun, 20 Oct 2002 10:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829355#M938072</guid>
      <dc:creator>Eugeny Brychkov</dc:creator>
      <dc:date>2002-10-20T10:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolic Link Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829356#M938073</link>
      <description>2nd try... :-)&lt;BR /&gt;Mark,&lt;BR /&gt;from root directory&lt;BR /&gt;ln -s /mountpoint /&lt;BR /&gt;after doing this there will be symbolic link created with the same name as last dir of mountpoint. Then simply rename it&lt;BR /&gt;Example:&lt;BR /&gt;ln -s /aaa/bbb/ccc /&lt;BR /&gt;there will be symlink "ccc" created in /&lt;BR /&gt;mv /ccc /dirname&lt;BR /&gt;or try&lt;BR /&gt;ln -s /mountpoint /dirname&lt;BR /&gt;but "/dirname" should not exist before doing this.&lt;BR /&gt;Eugeny</description>
      <pubDate>Sun, 20 Oct 2002 10:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829356#M938073</guid>
      <dc:creator>Eugeny Brychkov</dc:creator>
      <dc:date>2002-10-20T10:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolic Link Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829357#M938074</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;ln works like that :&lt;BR /&gt;&lt;BR /&gt;ln -s source dest&lt;BR /&gt;&lt;BR /&gt;So just like for cp, if dest exist and is a directory, it will create dest/source. In your case you smply wanted to get an new acces to /mountpoint, so /mountpoint is the source.&lt;BR /&gt;&lt;BR /&gt;The rigth command is :&lt;BR /&gt;&lt;BR /&gt;ln -s /mountpoint /dirname&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jean-Louis</description>
      <pubDate>Mon, 21 Oct 2002 07:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829357#M938074</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-10-21T07:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolic Link Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829358#M938075</link>
      <description>Thanks all, I Apologize for my spelling, I guess that is one of the first things to deteriorate when you work 24 hours straight.</description>
      <pubDate>Mon, 21 Oct 2002 12:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/symbolic-link-help/m-p/2829358#M938075</guid>
      <dc:creator>RedBack</dc:creator>
      <dc:date>2002-10-21T12:14:50Z</dc:date>
    </item>
  </channel>
</rss>

