Daemon (computer software): Difference between revisions
Jump to navigation
Jump to search
imported>Meg Taylor No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
==Notes== | ==Notes== | ||
{{reflist}} | {{reflist}}[[Category:Suggestion Bot Tag]] |
Latest revision as of 11:00, 4 August 2024
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]