3
votes
How to determine the state of a process (i.e. if it is a zombie)
You'll want to learn about interacting with the /proc/ "psuedo-filesystem" via typical C standard library calls. The documentation necessary to get started is included with any Linux distro and is …
