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 [...]
Categories: D
