Searching map area
Daemon (computing)
? TBD
Computer program that runs as a background process
Ratings
0
Nobody has rated this yet. Be the first!
Lists
0

In computing, a daemon is a 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, syslogd is a daemon that implements system logging facility, and sshd is a daemon...