In message <200111150211.fAF2B4O21521@mono.phy.uc.edu> so spake Andrew Pinski (pinskia): > daemon does not chdir to / in case because daemon is called with nochdir. > The first argument says not to change the current directory. look at daemon(3 > ). Correct. I was careful to verify that the nochdir flag was used. - todd