Daemon (computer software)

From Citizendium
Revision as of 00:21, 19 October 2013 by imported>Meg Taylor
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

A daemon is a computer program that runs automatically when a computer boots up, as opposed to being directly started by a user. Typically, there are dozens of daemons, doing everything from scheduling tasks to monitoring hardware activity, such as connection requests received by a network adapter. Daemon is the term used in Unix and Linux. In Windows, daemons are called "services". Daemons, or services, run in the background and do not provide a window for user interaction.[1]

Notes

  1. Daemon. The Jargon File. Retrieved on 19 October 2013.