<?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: Find command getting hanged while finding sshd_config files. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231753#M328740</link>
    <description>HI,&lt;BR /&gt;&lt;BR /&gt;The command you issued  may be making your system busy by checking all the filesystems and directories under root .  Restrict the search to the  directory or filesystem where the file resides,And  -xdev option also very helpful in such situations if u want to restrict the search to the mount points.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;John</description>
    <pubDate>Fri, 11 Jul 2008 06:17:19 GMT</pubDate>
    <dc:creator>john123</dc:creator>
    <dc:date>2008-07-11T06:17:19Z</dc:date>
    <item>
      <title>Find command getting hanged while finding sshd_config files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231751#M328738</link>
      <description>Hello Experts,&lt;BR /&gt;&lt;BR /&gt;I have one script and in which find is searching sshd_config files on the system.&lt;BR /&gt;&lt;BR /&gt;find / -local -name sshd_config -exec ls -la {} \;&lt;BR /&gt;&lt;BR /&gt;When i run the command, its getting hanged.&lt;BR /&gt;&lt;BR /&gt;I chekcked files are present on the system /opt/ssh/etc/sshd_config ,/opt/ssh/newconfig/opt/ssh/etc/sshd_config, /opt/ssh/src/ssh/sshd_config.&lt;BR /&gt;&lt;BR /&gt;But still why my command is getting hanged??? &lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jul 2008 05:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231751#M328738</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2008-07-11T05:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find command getting hanged while finding sshd_config files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231752#M328739</link>
      <description>Is it hung or just slow?  Does top(1) show it stopped or still trying to find those files?&lt;BR /&gt;What happens if you start from /opt/ssh?&lt;BR /&gt;If you expect to find a lot of files, you should change your -exec to:&lt;BR /&gt;-exec ll -a {} +</description>
      <pubDate>Fri, 11 Jul 2008 06:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231752#M328739</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-11T06:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Find command getting hanged while finding sshd_config files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231753#M328740</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;The command you issued  may be making your system busy by checking all the filesystems and directories under root .  Restrict the search to the  directory or filesystem where the file resides,And  -xdev option also very helpful in such situations if u want to restrict the search to the mount points.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;John</description>
      <pubDate>Fri, 11 Jul 2008 06:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231753#M328740</guid>
      <dc:creator>john123</dc:creator>
      <dc:date>2008-07-11T06:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find command getting hanged while finding sshd_config files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231754#M328741</link>
      <description>Well.. we have to use this command only as its in script...&lt;BR /&gt;&lt;BR /&gt;so we have to find out why system is getting hanged after this command? why command is not showing outputs though files are present.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jul 2008 07:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231754#M328741</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2008-07-11T07:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Find command getting hanged while finding sshd_config files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231755#M328742</link>
      <description>&amp;gt;we have to use this command only as its in script...&lt;BR /&gt;&lt;BR /&gt;Does that mean you can't improve the script?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;so we have to find out why system is getting hung after this command? why command is not showing outputs though files are present.&lt;BR /&gt;&lt;BR /&gt;You need to prove it is hung.  Is it trying to scan some NFS directory?&lt;BR /&gt;Does it work if you just start at /opt?&lt;BR /&gt;&lt;BR /&gt;You can also use:  find / -local&lt;BR /&gt;And see if that hangs.</description>
      <pubDate>Fri, 11 Jul 2008 08:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-getting-hanged-while-finding-sshd-config-files/m-p/4231755#M328742</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-11T08:21:53Z</dc:date>
    </item>
  </channel>
</rss>

