daemon
Sign in to saveAlso known as Daemon (computer software), demon, computer daemon, computer demon, background service, service, daemon process, daemon software
computer program that runs persistently as a background process to provide a service
Wikidata facts
- Instance of
- software feature
- Subclass of
- background process
- Named after
- Maxwell's demon
Show 1 more fact
- facet of
- operating system
Sources (3)
via Wikidata · CC0
~8 min read
Encyclopedic overview
Components of some Linux desktop environments that are daemons include D-Bus, NetworkManager (here called unetwork), PulseAudio (usound), and Avahi.
In computing, a daemon is a program that runs as a background process, rather than being under the direct control of an interactive user. Customary convention is to name a daemon process with the letter d as a suffix to indicate that it's a daemon. For example, syslogd is a daemon that implements system logging facility, and sshd is a daemon that serves incoming SSH connections.
Excerpted from Wikipedia’s “daemon” article, available under the CC BY-SA 4.0 licence.