0% found this document useful (0 votes)
186 views1 page

Daemon

A daemon is a process that runs in the background without being connected to a terminal, waiting for and responding to requests. Common daemons include those that handle mail delivery, news feeds, basic system functions after boot, scheduled tasks, and starting network services without standalone daemons like incoming connections for remote login, telnet, and file transfer. Some key daemons are init, inetd, and cron.

Uploaded by

jisskuruvilla
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
186 views1 page

Daemon

A daemon is a process that runs in the background without being connected to a terminal, waiting for and responding to requests. Common daemons include those that handle mail delivery, news feeds, basic system functions after boot, scheduled tasks, and starting network services without standalone daemons like incoming connections for remote login, telnet, and file transfer. Some key daemons are init, inetd, and cron.

Uploaded by

jisskuruvilla
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

What is a Daemon?

A daemon is a process that detaches itself from the terminal and runs, disconnected, in the background, waiting for requests and responding to them. It can also be defined as the background process that does not belong to a terminal session. Many system functions are commonly performed by daemons, including the sendmail daemon, which handles mail, and the NNTP daemon, which handles USENET news. Many other daemons may exist. Some of the most common daemons are:

init: Takes over the basic running of the system when the kernel has finished the boot process. inetd: Responsible for starting network services that do not have their own stand-alone daemons. For example, inetd usually takes care of incoming rlogin, telnet, and ftp connections. cron: Responsible for running repetitive tasks on a regular schedule.

http://unix-basics.blogspot.in/2008/05/what-is-daemon.html

You might also like