Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Two of the same program (maybe), but not the same process (different pid). Commented Feb 15, 2021 at 15:27
  • Absolutely true - maybe this is where I am getting hung up. I think the init script might have the answer about this behavior. Commented Feb 15, 2021 at 15:28
  • Have a look at the output of the command ps -ejf which lists PPID and post the two relevant lines (plus headline) please. Commented Feb 15, 2021 at 17:14
  • Unfortunately as this is was in a production environment I had to kill the PIDs and start a new process to keep things moving. I may play with it in a test environment to see if I can replicate. Commented Feb 15, 2021 at 17:43