<?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: How  to   find the orphaned process in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-orphaned-process/m-p/4769311#M44005</link>
    <description>&amp;gt;shreks84: grep -w Z&lt;BR /&gt;&lt;BR /&gt;This looks like it finds zombies, not orphans.</description>
    <pubDate>Sat, 02 Apr 2011 05:24:15 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2011-04-02T05:24:15Z</dc:date>
    <item>
      <title>How  to   find the orphaned process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-orphaned-process/m-p/4769309#M44003</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Can some body tell me  how to find the orphaned process in Linux.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Binu</description>
      <pubDate>Wed, 23 Mar 2011 17:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-orphaned-process/m-p/4769309#M44003</guid>
      <dc:creator>Kadavan</dc:creator>
      <dc:date>2011-03-23T17:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How  to   find the orphaned process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-orphaned-process/m-p/4769310#M44004</link>
      <description>ps aux | awk '{ print $8 " " $2 }' | grep -w Z</description>
      <pubDate>Wed, 23 Mar 2011 18:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-orphaned-process/m-p/4769310#M44004</guid>
      <dc:creator>Sree_CMS</dc:creator>
      <dc:date>2011-03-23T18:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How  to   find the orphaned process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-orphaned-process/m-p/4769311#M44005</link>
      <description>&amp;gt;shreks84: grep -w Z&lt;BR /&gt;&lt;BR /&gt;This looks like it finds zombies, not orphans.</description>
      <pubDate>Sat, 02 Apr 2011 05:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-orphaned-process/m-p/4769311#M44005</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-04-02T05:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: How  to   find the orphaned process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-orphaned-process/m-p/4769312#M44006</link>
      <description>Agree with Dennis.&lt;BR /&gt;&lt;BR /&gt;I don't know if there's an easy way to find orphans, generally speaking. The init process becomes the father of orphan processes, but many processes are sons of init too in a natural way (like some daemons).&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Apr 2011 14:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-orphaned-process/m-p/4769312#M44006</guid>
      <dc:creator>JL Martinez</dc:creator>
      <dc:date>2011-04-02T14:57:50Z</dc:date>
    </item>
  </channel>
</rss>

