child and parent processes

I need a little assistance understanding why you would ever need to have a child process outlive its parent...

Can anyone give me an actual example of a situation where killing a parent process should not destroy any child processes?
Almost every unix service does this as a means of automatically "backgrounding" itself, even
if the user didn't background it with "&" on the command line.

Topic archived. No new replies allowed.