<?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: Soft link removal.HPUX 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995955#M296540</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;having several links named test (different spelling however), check where they point to:&lt;BR /&gt;ls -l /opt/adacs/views/test&lt;BR /&gt;&lt;BR /&gt;These pointing to your real directory data are your candidates. You have to decide, whether&lt;BR /&gt;- a simple remove&lt;BR /&gt;- remove, copying the 'real data' back&lt;BR /&gt;- leave as it is&lt;BR /&gt;is the action.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
    <pubDate>Wed, 09 May 2007 09:53:49 GMT</pubDate>
    <dc:creator>Peter Nikitka</dc:creator>
    <dc:date>2007-05-09T09:53:49Z</dc:date>
    <item>
      <title>Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995941#M296526</link>
      <description>I have soft link created from one of our directories. I would like to remove it but when I try rm -r /adacs_data/lib/test I am getting "it is a directory".I also tryed unlink but it did not work.I think I need to know the name of that link but all I know is the directory it links to.Please help.Thanks</description>
      <pubDate>Tue, 08 May 2007 08:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995941#M296526</guid>
      <dc:creator>itreyger</dc:creator>
      <dc:date>2007-05-08T08:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995942#M296527</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Which are the file permissions ? &lt;BR /&gt;&lt;BR /&gt;use ll to determine that ..&lt;BR /&gt;&lt;BR /&gt;Have you tried to use only rm .&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Marco</description>
      <pubDate>Tue, 08 May 2007 08:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995942#M296527</guid>
      <dc:creator>Marco A.</dc:creator>
      <dc:date>2007-05-08T08:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995943#M296528</link>
      <description>when I try rm -r /adacs_data/lib/test I am getting "it is a directory". The permissions are lrwxr-xr-x</description>
      <pubDate>Tue, 08 May 2007 08:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995943#M296528</guid>
      <dc:creator>itreyger</dc:creator>
      <dc:date>2007-05-08T08:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995944#M296529</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;DANGEROUS !!!&lt;BR /&gt;&lt;BR /&gt;rm -rf will work.&lt;BR /&gt;&lt;BR /&gt;It will however wipe out all the data that is soft linked.&lt;BR /&gt;&lt;BR /&gt;Please do an ll on the softlink, post it and someone will try and help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 08 May 2007 09:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995944#M296529</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-08T09:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995945#M296530</link>
      <description>What is the ll-i of that link ?!&lt;BR /&gt;&lt;BR /&gt;Please post the output ...&lt;BR /&gt;&lt;BR /&gt;rgds,&lt;BR /&gt;&lt;BR /&gt;Marco</description>
      <pubDate>Tue, 08 May 2007 09:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995945#M296530</guid>
      <dc:creator>Marco A.</dc:creator>
      <dc:date>2007-05-08T09:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995946#M296531</link>
      <description>Not sure if /adacs_data/lib/test is a directory or a file and whether it's soft linked to another file or if it is the soft link? please clarify...</description>
      <pubDate>Tue, 08 May 2007 09:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995946#M296531</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-05-08T09:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995947#M296532</link>
      <description>It looks like this test(directory) -&amp;gt; /adacs_data/lib/test.Test directory links to /adacs_data/lib/test. /adacs_data/lib/test ia a directory.</description>
      <pubDate>Tue, 08 May 2007 09:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995947#M296532</guid>
      <dc:creator>itreyger</dc:creator>
      <dc:date>2007-05-08T09:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995948#M296533</link>
      <description>So "test" (which itself is a dir?)is a soft link to the "/adacs_data/lib/test" directory. And which one are you trying to remove...the soft link or the actual directory itself?</description>
      <pubDate>Tue, 08 May 2007 10:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995948#M296533</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-05-08T10:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995949#M296534</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;adapt the names to your needs:&lt;BR /&gt;&lt;BR /&gt;Creation of a sysmlink:&lt;BR /&gt;mkdir -p /tmp/a/b /tmp/c&lt;BR /&gt;ln -s /tmp/a/b /tmp/c&lt;BR /&gt;&lt;BR /&gt;Check:&lt;BR /&gt;ls -l /tmp/c/b&lt;BR /&gt;lrwxrwxrwx   1 ef3nip00 nsd            8 May  8 17:27 /tmp/c/b -&amp;gt; /tmp/a/b&lt;BR /&gt;&lt;BR /&gt;Removal:&lt;BR /&gt;rm /tmp/c/b&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Tue, 08 May 2007 10:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995949#M296534</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-05-08T10:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995950#M296535</link>
      <description>To sendman:&lt;BR /&gt;I am trying to remove link to /adacs_data/lib/test.This link goes from Test dir /adacs_data/lib/test.&lt;BR /&gt;When I try rm /adacs_data/lib/test - rm: /adacs_data/lib/test directory</description>
      <pubDate>Tue, 08 May 2007 11:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995950#M296535</guid>
      <dc:creator>itreyger</dc:creator>
      <dc:date>2007-05-08T11:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995951#M296536</link>
      <description>We don't seem to be getting anywhere.&lt;BR /&gt;&lt;BR /&gt;You need to say what shell you are using and do the following commands:&lt;BR /&gt;$ ll -i your-symlink&lt;BR /&gt;$ ll -Ldi your-symlink&lt;BR /&gt;$ ll -di your-link-target&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I am trying to remove link to /adacs_data/lib/test.&lt;BR /&gt;&lt;BR /&gt;We need to know where the link is, not where it points.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;This link goes from Test dir /adacs_data/lib/test.&lt;BR /&gt;&lt;BR /&gt;You said this is the target of the link?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;When I try rm /adacs_data/lib/test - rm: /adacs_data/lib/test directory&lt;BR /&gt;&lt;BR /&gt;Please do:&lt;BR /&gt;$ ll -di /adacs_data/lib/test</description>
      <pubDate>Tue, 08 May 2007 20:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995951#M296536</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-05-08T20:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995952#M296537</link>
      <description>result of ll -d dacs/lib/test: 808 drwxrwxrwx 75 adacs adacs 4096 Jan 25 18:15 /adacs/lib/test.Here is the a little bit more info - Since /opt/adacs/lib/test mount point was getting full (92% of utilization)decission was made to create a soft link to the following dir.(adacs_data/lib/test) to save the data there because only 15% of /adacs_data was utilized.I do not know if its going to help but I tryed...</description>
      <pubDate>Wed, 09 May 2007 08:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995952#M296537</guid>
      <dc:creator>itreyger</dc:creator>
      <dc:date>2007-05-09T08:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995953#M296538</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it is clear that the data you gave to the ls command (whatever the name was) is NOT a link but definitly a directory:&lt;BR /&gt;- no simple rm will work&lt;BR /&gt;- a 'rm -rf' will destroy the data&lt;BR /&gt;&lt;BR /&gt;Concerning your primary intent, I would look into /opt/adacs/... - this place may be the place, where you created a link:&lt;BR /&gt;find /opt/adacs -type l&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Wed, 09 May 2007 08:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995953#M296538</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-05-09T08:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995954#M296539</link>
      <description>Output of find /opt/adacs -type l:&lt;BR /&gt;/opt/adacs/views/TEST&lt;BR /&gt;/opt/adacs/views/TEST_views/view&lt;BR /&gt;/opt/adacs/views/test&lt;BR /&gt;/opt/adacs/bin.17Jan07&lt;BR /&gt;/opt/adacs/data/merged&lt;BR /&gt;/opt/adacs/lib/test&lt;BR /&gt;/opt/adacs/setup.sav&lt;BR /&gt;/opt/adacs/setup.17Jan07&lt;BR /&gt;/opt/adacs//views.18Jan07&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2007 09:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995954#M296539</guid>
      <dc:creator>itreyger</dc:creator>
      <dc:date>2007-05-09T09:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995955#M296540</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;having several links named test (different spelling however), check where they point to:&lt;BR /&gt;ls -l /opt/adacs/views/test&lt;BR /&gt;&lt;BR /&gt;These pointing to your real directory data are your candidates. You have to decide, whether&lt;BR /&gt;- a simple remove&lt;BR /&gt;- remove, copying the 'real data' back&lt;BR /&gt;- leave as it is&lt;BR /&gt;is the action.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Wed, 09 May 2007 09:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995955#M296540</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-05-09T09:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995956#M296541</link>
      <description>Here is what I have got:&lt;BR /&gt;ls -l /opt/adacs/test&lt;BR /&gt;/opt/adacs/test -&amp;gt; /adacs_data/test&lt;BR /&gt;&lt;BR /&gt;ls -l /opt/adacs/lib/test&lt;BR /&gt;/opt/adacs/lib/test -&amp;gt; /adacs_data/lib/test&lt;BR /&gt;&lt;BR /&gt;I just want simply to remove the link without deleting the data&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 09 May 2007 10:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995956#M296541</guid>
      <dc:creator>itreyger</dc:creator>
      <dc:date>2007-05-09T10:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995957#M296542</link>
      <description>The link "/opt/adacs/test" points to "/adacs_data/test" and "/opt/adacs/lib/test" points to "/adacs_data/lib/test".  &lt;BR /&gt;&lt;BR /&gt;So to remove the links you just need to do:&lt;BR /&gt;&lt;BR /&gt;rm /opt/adacs/test&lt;BR /&gt;&lt;BR /&gt;rm /opt/adacs/lib/test&lt;BR /&gt;&lt;BR /&gt;No data will be removed.</description>
      <pubDate>Wed, 09 May 2007 10:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995957#M296542</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-05-09T10:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Soft link removal.HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995958#M296543</link>
      <description>Patrick, it worked just fine. Thank you!&lt;BR /&gt;&lt;BR /&gt;I just wanted to thanks everybody that contributed!</description>
      <pubDate>Wed, 09 May 2007 14:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-link-removal-hpux-11-11/m-p/3995958#M296543</guid>
      <dc:creator>itreyger</dc:creator>
      <dc:date>2007-05-09T14:21:44Z</dc:date>
    </item>
  </channel>
</rss>

