I am writting a Daemon in c, I need to know how to disconnect the program from the terminal so that if that terminal is destoyed it will not cause my server to shutdown. I have done this with perl scripts, but can't not figure it out with c. Thanks in advance
Evan.