<?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 I can't find certain PID in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868719#M25323</link>
    <description>Hi everybody!&lt;BR /&gt;I've just found a process with certain PID using top, but I can't find the same process using `ps aux`. How is it possible?&lt;BR /&gt;&lt;BR /&gt;  JF</description>
    <pubDate>Mon, 25 Sep 2006 03:45:14 GMT</pubDate>
    <dc:creator>Josef Forman</dc:creator>
    <dc:date>2006-09-25T03:45:14Z</dc:date>
    <item>
      <title>I can't find certain PID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868719#M25323</link>
      <description>Hi everybody!&lt;BR /&gt;I've just found a process with certain PID using top, but I can't find the same process using `ps aux`. How is it possible?&lt;BR /&gt;&lt;BR /&gt;  JF</description>
      <pubDate>Mon, 25 Sep 2006 03:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868719#M25323</guid>
      <dc:creator>Josef Forman</dc:creator>
      <dc:date>2006-09-25T03:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: I can't find certain PID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868720#M25324</link>
      <description>Try using 'ps -fp &lt;PID&gt;' instead.&lt;BR /&gt;&lt;BR /&gt;Failing that, use 'ls -l /proc/&lt;PID&gt;'.&lt;BR /&gt;&lt;BR /&gt;If neither of the 'ps' commands work, but the last 'ls' does, then I'd say you have trojan'd executables on your system, and you've been root-kit'd.&lt;BR /&gt;&lt;BR /&gt;If the 'ls' doesn't work either, then the PID doesn't actually exist any more.  I'm assuming it was a transient PID which came and went.  If 'top' is showing the same PID still, and you can't find it with those commands, then your system is seriously unhealthy.&lt;/PID&gt;&lt;/PID&gt;</description>
      <pubDate>Mon, 25 Sep 2006 04:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868720#M25324</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-09-25T04:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: I can't find certain PID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868721#M25325</link>
      <description>I can't see the process using the other commands, but I can still see the process using top command.&lt;BR /&gt;&lt;BR /&gt;As you wrote - I assume that the system is little bit unhealthy ;o)&lt;BR /&gt;I'm gonna reboot it later today.&lt;BR /&gt;&lt;BR /&gt; THANKS</description>
      <pubDate>Mon, 25 Sep 2006 05:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868721#M25325</guid>
      <dc:creator>Josef Forman</dc:creator>
      <dc:date>2006-09-25T05:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: I can't find certain PID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868722#M25326</link>
      <description>top show processes as well as threads,where ps show processes only.&lt;BR /&gt;So one of possibilities that you talk about thread and not process&lt;BR /&gt;&lt;BR /&gt;cat /proc/yourPID/status |grep PPid&lt;BR /&gt;&lt;BR /&gt;will say who is parent of this process.&lt;BR /&gt;As well you can find in /proc/yourPID/ a lot of interesting information</description>
      <pubDate>Mon, 25 Sep 2006 09:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868722#M25326</guid>
      <dc:creator>Ilay_1</dc:creator>
      <dc:date>2006-09-25T09:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: I can't find certain PID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868723#M25327</link>
      <description>It is likely the process dies very quickly. This is a kind of problems happened when a process can't start child processes due to errors.</description>
      <pubDate>Mon, 25 Sep 2006 11:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-find-certain-pid/m-p/3868723#M25327</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-09-25T11:42:53Z</dc:date>
    </item>
  </channel>
</rss>

