Posts Tagged ‘daemon’

daemon – run in the background
USAGE
#include <unistd.h>

int daemon(int nochdir, int noclose);

DESCRIPTION
The daemon() function is for programs wishing to detach themselves from
the controlling terminal and run in the [...]

Thursday, August 27th, 2009 at 20:43 | Comments Off
Categories: D
TOP