<?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 Remove a link in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688991#M842553</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm trying to remove a link which has lost its link.&lt;BR /&gt;Here it is&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;lrwxrwxrwx   1 root       root            20 Feb 24 03:55 download   &lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;Notice that the link is missing and the link cannot be removed.&lt;BR /&gt;&lt;BR /&gt;Please enlighten on how to remove this link.&lt;BR /&gt;&lt;BR /&gt;Thanx in advance&lt;BR /&gt;Ramesh</description>
    <pubDate>Fri, 22 Mar 2002 09:54:24 GMT</pubDate>
    <dc:creator>Ramesh_1</dc:creator>
    <dc:date>2002-03-22T09:54:24Z</dc:date>
    <item>
      <title>Remove a link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688991#M842553</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm trying to remove a link which has lost its link.&lt;BR /&gt;Here it is&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;lrwxrwxrwx   1 root       root            20 Feb 24 03:55 download   &lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;Notice that the link is missing and the link cannot be removed.&lt;BR /&gt;&lt;BR /&gt;Please enlighten on how to remove this link.&lt;BR /&gt;&lt;BR /&gt;Thanx in advance&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 22 Mar 2002 09:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688991#M842553</guid>
      <dc:creator>Ramesh_1</dc:creator>
      <dc:date>2002-03-22T09:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688992#M842554</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;have you tried the force option&lt;BR /&gt;&lt;BR /&gt;rm -f download&lt;BR /&gt;&lt;BR /&gt;logged in as root of course&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;john.</description>
      <pubDate>Fri, 22 Mar 2002 09:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688992#M842554</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-03-22T09:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688993#M842555</link>
      <description>Running the 'unlink' command as root will take care of it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 22 Mar 2002 10:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688993#M842555</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-22T10:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688994#M842556</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what error you are getting ?&lt;BR /&gt;&lt;BR /&gt;Try creating a bogus file the link was used to have.&lt;BR /&gt;And then rm the link as root.&lt;BR /&gt;Maybe use unlink &lt;LINKNAME&gt; as latest option.&lt;BR /&gt;&lt;BR /&gt;C.&lt;/LINKNAME&gt;</description>
      <pubDate>Fri, 22 Mar 2002 10:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688994#M842556</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-03-22T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688995#M842557</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can just delete the link which "rm".&lt;BR /&gt;If it points to a directory, just must NOT add the / !!&lt;BR /&gt;# rm download&lt;BR /&gt;should work fine.&lt;BR /&gt;You may also try the "unlink" command:&lt;BR /&gt;# unlink download&lt;BR /&gt;&lt;BR /&gt;Heiner&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Mar 2002 10:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688995#M842557</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2002-03-22T10:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688996#M842558</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;also you cannot remove it if its being accessed.&lt;BR /&gt;&lt;BR /&gt;fuser -c /download&lt;BR /&gt;&lt;BR /&gt;Then do &lt;BR /&gt;&lt;BR /&gt;fuser -k &lt;PID&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;John.&lt;/PID&gt;</description>
      <pubDate>Fri, 22 Mar 2002 10:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688996#M842558</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-03-22T10:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688997#M842559</link>
      <description>Hi Ramesh,&lt;BR /&gt;&lt;BR /&gt;Do you get an error when you try to remove the link? If so can you please let us know what the error is?&lt;BR /&gt;&lt;BR /&gt;It should be possible to remove it as you have full permissions, but not if the file is in use by any process.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Fri, 22 Mar 2002 10:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688997#M842559</guid>
      <dc:creator>John Strang</dc:creator>
      <dc:date>2002-03-22T10:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688998#M842560</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Tried the suggestions.But didn't work.&lt;BR /&gt;&lt;BR /&gt;A reboot of the server took care of the problem. Quite drastic though.&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;Ramesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2002 02:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688998#M842560</guid>
      <dc:creator>Ramesh_1</dc:creator>
      <dc:date>2002-03-27T02:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688999#M842561</link>
      <description>Ramesh&lt;BR /&gt;&lt;BR /&gt;whilst on the topic of links&lt;BR /&gt;&lt;BR /&gt;I've found a command that will search for all dead links on a system&lt;BR /&gt;&lt;BR /&gt;find &lt;DIR&gt; -type l -print | perl -nle ' -e || print ' &amp;gt; /tmp/deadlinks&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/DIR&gt;</description>
      <pubDate>Wed, 27 Mar 2002 02:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-link/m-p/2688999#M842561</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-27T02:31:14Z</dc:date>
    </item>
  </channel>
</rss>

