Daemon (computer software)

From Citizendium
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.