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.

1
  • 1
    Technically, you can get some metadata from processes that have exited until their parent has acknowledged their death (while they're still in the zombie stage). But shells always acknowledge the death of their children as soon as they die as long as they themselves are still running. If they're gone the death will be acknowledged by init (or the child subreaper). If the shell is suspended, you'll be able to inspect some of the processes metadata in /proc/<pid> or from ps Commented Aug 20, 2022 at 8:46