Skip to main content
U.K. Edition
Saturday, 6 July 2024

Daemon (computing)

Computer program that runs as a background process


Daemon (computing)
Daemon (computing)

In multitasking computer operating systems, a daemon is a computer program that runs as a background process, rather than being under the direct control of an interactive user. Traditionally, the process names of a daemon end with the letter d, for clarification that the process is in fact a daemon, and for differentiation between a daemon and a normal computer program. For example, syslogd is a daemon that implements system logging facility, and sshd is a daemon that serves incoming SSH connections.

0 shares 1 views

News coverage

You might like