Daemon (computer software)
From Wikipedia, the free encyclopedia
In Unix, and in other computer multitasking operating systems, a daemon (pronounced /ˈdiːmən/ or /ˈdeɪmən/)[1] is a computer program that runs as a background task. This task, rather than existing under the control of a user, is usually started as background process. Normally, daemons have names that end with the letter "d": for example, syslogd, the daemon that handles the system log, httpd, a daemon that handles web requests, or sshd, which takes care of incoming SSH connections.
References [change]
- ↑ Eric S. Raymond. "daemon". The Jargon File. http://catb.org/~esr/jargon/html/D/daemon.html. Retrieved 2008-10-22.