On Friday 11 Oct 2002 2:59 pm, Greg Ward wrote:
> I thought the standard thing to do was chdir("/"), to avoid *any*
> possible unmounting problems.
Thats standard for daemons that dont have a working directory of files th=
at=20
are kept permanently open.=20
For daemons that do, you wont be able to unmount their working directory=20
anyway.