Daemon (computer software): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>David MacQuigg
No edit summary
imported>Meg Taylor
No edit summary
 
(3 intermediate revisions by 2 users not shown)
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 by itself, as opposed to being directly controlled by a user or another program.  Typically, there are dozens of these daemons started at bootup, and doing everything from running scheduled tasks to monitoring hardware activity, such as connection requests received by a network adapter.  Daemon is a fanciful term used most commonly in operating systems derived from Unix.  In Windows, daemons are simply called "services".
==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.