In computing, a daemon is something that runs non-interactively, usually in the background. The word is most often used in Unix or Unix-like environments, but applies to other systems as well.

In Linux, there is a naming convention where daemons are often named for the service they control followed by the letter d - for example sshd or ejabberd.