Daemon (computer software): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
No edit summary
imported>Meg Taylor
No edit summary
 
Line 1: Line 1:
{{subpages}}
{{subpages}}
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.<ref>{{cite web|title=Daemon|url=http://catb.org/~esr/jargon/html/D/daemon.html|publisher=The Jargon File|accessdate=19 October 2013}}</ref>


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.
==Notes==
 
{{reflist}}
[[http://en.wikipedia.org/wiki/Daemon_%28computer_software%29 WP]]

Latest revision as of 00:21, 19 October 2013

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.