<?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: finding all soft link on the server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-all-soft-link-on-the-server/m-p/4454936#M359253</link>
    <description>For finding soft link:find / -type l  -exec ls -l {} \;&lt;BR /&gt;finding hard link: find \ -type f -links +1 -exec ls -l {} \; &lt;BR /&gt;Will find all files that have MORE than 1 link. Hardlinked files have a link count of at least two&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Jul 2009 02:42:37 GMT</pubDate>
    <dc:creator>Roopesh Francis_1</dc:creator>
    <dc:date>2009-07-08T02:42:37Z</dc:date>
    <item>
      <title>finding all soft link on the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-all-soft-link-on-the-server/m-p/4454934#M359251</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;What is the command to find all soft links on a server ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Tue, 07 Jul 2009 18:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-all-soft-link-on-the-server/m-p/4454934#M359251</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2009-07-07T18:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: finding all soft link on the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-all-soft-link-on-the-server/m-p/4454935#M359252</link>
      <description>find / -type l&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Jul 2009 18:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-all-soft-link-on-the-server/m-p/4454935#M359252</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-07-07T18:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: finding all soft link on the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-all-soft-link-on-the-server/m-p/4454936#M359253</link>
      <description>For finding soft link:find / -type l  -exec ls -l {} \;&lt;BR /&gt;finding hard link: find \ -type f -links +1 -exec ls -l {} \; &lt;BR /&gt;Will find all files that have MORE than 1 link. Hardlinked files have a link count of at least two&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2009 02:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-all-soft-link-on-the-server/m-p/4454936#M359253</guid>
      <dc:creator>Roopesh Francis_1</dc:creator>
      <dc:date>2009-07-08T02:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: finding all soft link on the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-all-soft-link-on-the-server/m-p/4454937#M359254</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use &lt;BR /&gt;&lt;BR /&gt;find / -type l&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;find / -type l -exec ls -ld {} \;&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Wed, 08 Jul 2009 06:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-all-soft-link-on-the-server/m-p/4454937#M359254</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2009-07-08T06:07:15Z</dc:date>
    </item>
  </channel>
</rss>

