What is a daemon?

Answers were Sorted based on User's Feedback



What is a daemon? ..

Answer / uday kumar_anem

Daemons are system related background processes that has
root permissions and services the requests from other
processes.

Is This Answer Correct ?    4 Yes 0 No

What is a daemon? ..

Answer / surya

In UNIX, a program that runs in the background (not attached
to a terminal) is called a "daemon." It's something you
can't see, but it's alive.

Is This Answer Correct ?    1 Yes 0 No

What is a daemon? ..

Answer / basheer

The deamons are background processes and starts
autometically without user interface or user interaction.
demons are auto start it means if user stop the deamon it
will appears in next reboot.[ or we can say can not be
stopped, they starts automatically]

In windows there is no deamons only services[ means they are
combined with services] where as in Unix for every service
there is a deamon.

we can identify deamons ===>

run #ps-ef|more
[ it will list all the the running processes]

"?" indicates deamons.

Is This Answer Correct ?    1 Yes 0 No

What is a daemon? ..

Answer / rajanvr

orphan child status is called daemon

Is This Answer Correct ?    1 Yes 1 No

What is a daemon? ..

Answer / chandan kuamr gahan

Daemon is the background process of unix.It is the same as
the service process of unix.

Is This Answer Correct ?    0 Yes 0 No

What is a daemon? ..

Answer / sachin kumar bebarta

daemon is nothing but server program.they are not associated with terminal and always run in the background .

eg: httpd ,sendmail

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix AllOther Interview Questions

What does iostat do?

4 Answers   IBM,


How will you run the script in UNIX?

5 Answers   BMC,


What is a daemon?

6 Answers  


What is mean by Mac os? Why it is named as like that? Which purprose it is using? Please answer me. Advance thanks.

2 Answers   Excel, GeniusPort,


How does the inode map to data block of a file?

3 Answers  






How to set Windows as Default OS when Dual Booting Ubuntu?

1 Answers  


What are different types of shells?

7 Answers   BMC,


What is egrep?

2 Answers  


How to remove weird filenames?

1 Answers  


Have you used VI editor?

1 Answers   BMC,


How are devices represented in UNIX?

2 Answers  


In this command sqlplus -s username/password what is -S and what's the use..???

1 Answers   IIIP, TCS,


Categories