*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: fuse_daemonize | Section: 3 | Source: OpenBSD | File: fuse_daemonize.3
FUSE_DAEMONIZE(3) FreeBSD Library Functions Manual FUSE_DAEMONIZE(3) NAME fuse_daemonize - run in the background SYNOPSIS #include <fuse.h> int fuse_daemonize(int foreground); DESCRIPTION If foreground is 0, fuse_daemonize() will detach from the controlling terminal and run in the background as a system daemon. Otherwise, the process will continue to run in the foreground. The current working directory is changed to the root (/) and standard input; standard output and standard error are redirected to /dev/null. RETURN VALUES Upon success, fuse_daemonize() returns 0; otherwise -1 is returned. ERRORS fuse_daemonize() can fail for the same reasons as daemon(3). SEE ALSO daemon(3), fuse_parse_cmdline(3) STANDARDS The fuse_daemonize() function conforms to FUSE 2.6. HISTORY The fuse_daemonize() function first appeared in OpenBSD 5.4. AUTHORS Sylvestre Gallon <[email protected]> FreeBSD 14.1-RELEASE-p8 March 9, 2025 FreeBSD 14.1-RELEASE-p8

Navigation Options