Daemon

« Back to Glossary Index

A program which is often started at the time the system boots and runs continuously without intervention from any of the users on the system. The daemon program forwards the requests to other programs (or processes) as appropriate. The term daemon is a Unix term, though many other operating systems provide support for daemons, though they’re sometimes called other names. Windows, for example, refers to daemons and System Agents and services.

« Back to Glossary Index