| daemon
Pronounced "demon," this Unix term refers to a specific type of program or
agent designed to work in the background. Using a daemon, a program can
simply hand off data to the smaller program and go on to more important
things. For example, a print daemon could handle print requests from
multiple users and applications, freeing them for other tasks. |