What is a Daemon?

Answers were Sorted based on User's Feedback



What is a Daemon?..

Answer / kamakshee

The processes like vhand, bdflush, sched are housed in
kernel file or /unix system which are known as daemons.
These files run in the background without users
request.These are created when the system boots up and
remains active till it shut down or hang. These are not
linked to any user or any terminal .We can't kill a daemon.

Is This Answer Correct ?    11 Yes 1 No

What is a Daemon?..

Answer / kesava reddy

Daemon stands for Disk and Execution Monitor. A daemon is a
long-running background process that answers requests for
services.

Is This Answer Correct ?    7 Yes 3 No

What is a Daemon?..

Answer / s v ravi

Daemon is a backgroun process which is executed at all the
time.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Unix IPC Interview Questions

How to write the program on full-duplex communication on bidirectional?

0 Answers  


What are various IDs associated with a process?

3 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


Explain linking across directories?

0 Answers  


What is the very first process created by kernel?

0 Answers  






Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


What is ln(linking)?

0 Answers  


Explain what are the system calls used for process management?

0 Answers  


What is IPC? What are the various schemes available?

5 Answers  


About i-node numbers

1 Answers  


About ln(linking)

1 Answers   Infosys,


Max relax-able permission value with out giving write permission to others?

0 Answers  


Categories