Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Daemon (computing)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Computer program that runs as a background process}} {{For-multi|spirit in Classical Greek mythology|Daimon|broader coverage of the topic|Server (computing)}} {{more footnotes|date=June 2018}} [[File:Free and open-source-software display servers and UI toolkits.svg|thumb|right|400px|Components of some [[Linux]] [[desktop environment]]s that are daemons include [[D-Bus]], [[NetworkManager]] (here called ''unetwork''), [[PulseAudio]] (''usound''), and [[Avahi (software)|Avahi]].]] In [[computing]], a '''daemon''' is a [[computer program|program]] that runs as a [[background process]], rather than being under the direct control of an interactive user. Customary convention is to name a daemon process with the letter ''d'' as a suffix to indicate that it's a daemon. For example, {{mono|[[syslogd]]}} is a daemon that implements system logging facility, and {{mono|sshd}} is a daemon that serves incoming [[Secure Shell|SSH]] connections. Even though the concept can apply to many computing systems, the term ''daemon'' is used almost exclusively in the context of [[Unix]]-based systems. In other contexts, different terms are used for the same concept. Systems often start daemons at [[booting|boot]] time that will respond to network requests, hardware activity, or other programs by performing some task. Daemons such as [[cron]] may also perform defined tasks at scheduled times.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)