DAEMON(1) DAEMON(1)
NAME
daemon - run a process with no tty
SYNOPSIS
daemon [ - ] command
DESCRIPTION
Will run the given command without a controlling tty.
If the `-' option is present, open file descriptors are
closed and the process's working directory is moved to the
root directory before the command is executed.
SEE ALSO
tty(4)
February 22, 1993 1