What is a daemon?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
how to create a file system quota in HP-UX?
What are different types of shells?
What is the difference between grep & find?
What does mknod do? What?s a named pipe?
What are setuid/setgid in relation to file permissions?
What is a Map?
What UNIX command will control the default file permissions when files are created?
What is a daemon?
very first process created by kernell?
fork()?
In this command sqlplus -s username/password what is -S and what's the use..???
What is FTP?