daemon (3) Linux Manual Page
NAME daemon – run in the background SYNOPSIS #include <unistd.h> int daemon(int nochdir, int noclose); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): daemon(): Since glibc 2.21 : _DEFAULT_SOURCE In glibc 2.19 and 2.20 : _DEFAULT_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE & nbsp; < 500) Up to and including glibc 2.19 : _BSD_SOURCE || (_XOPEN_SOURCE…
