Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is a Daemon in unix?

7 like 0 dislike
Hello
What is a Daemon in unix?
please reply me. i am waiting for your reply.
Thanx
asked 1 year ago by DBA-boss (120,990 points)

2 Answers

1 like 0 dislike
 
Best answer
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.
answered 1 year ago by eagles11 (179,830 points)
0 like 0 dislike
A daemon is a program which runs in the background.
Daemon processes often provide network services, such as   email and file serving.Many   Unix daemons have names which end in a 'd', such as "httpd", "bind" and "ftpd".The opposite of a daemon is a program which runs in the foreground.A Unix daemon is similar to a "service" under Microsoft Windows.
answered 1 year ago by eagle09 (95,490 points)

Related questions

7 like 0 dislike
1 answer
asked 1 year ago by sr_webmaster (21,000 points)
7 like 0 dislike
1 answer
asked 1 year ago by eagles11 (179,830 points)
7 like 0 dislike
1 answer
asked 1 year ago by eagles11 (179,830 points)
6 like 0 dislike
1 answer
asked 1 year ago by DBA-boss (120,990 points)
6 like 0 dislike
1 answer