Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#daemon #man
Question
How to declare a daemon ?
Answer

#include <unistd.h>

int daemon(int nochdir, int noclose);


Tags
#daemon #man
Question
How to declare a daemon ?
Answer
?

Tags
#daemon #man
Question
How to declare a daemon ?
Answer

#include <unistd.h>

int daemon(int nochdir, int noclose);

If you want to change selection, open document below and click on "Move attachment"

daemon(3) - Linux manual page
DESCRIPTION | RETURN VALUE | ATTRIBUTES | CONFORMING TO | NOTES | BUGS | SEE ALSO | COLOPHON DAEMON(3) Linux Programmer's Manual DAEMON(3) NAME top daemon - run in the background SYNOPSIS top <span>#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 &&

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.