r3 - 30 Jul 2005 - 16:39:59 - JeffersonCowartYou are here: TWiki >  FAQ Web > CompGlossary > UnixDaemon

Unix Daemons

(see Service (Windows) for Windows equivalent)

A daemon is a process that runs in the background. This means that it's usually not involved in dealing directly with a user that is currently using the computer. Usually, daemons wait for some sort of activity that they then deal with. For example, a web server is a daemon that waits for a connection to the computer on port 80. Then, the web server will respond with the requested page from a web site.

Other examples of daemons include

  • SSH server
  • Mail server (waits for
  • syslog daemon (waits for something to log from programs and then writes it to the system log files)
 
Home
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback