What is a Daemon? Ans. 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: 1. init: Takes over the basic running of the system when the kernel has finished the boot process. 2. 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. 3. cron: Responsible for running repetitive tasks on a regular schedule. - Study24x7
Social learning Network
09 Mar 2023 06:49 PM study24x7 study24x7

What is a Daemon? Ans. 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 fu...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles