top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is daemon ?

+3 votes
176 views
What is daemon ?
posted Nov 13, 2014 by Ganesh Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

It is a different type of process which runs at the background and used to handle user request or in other words can say these processes are used to serve user process. For example : when a user does ssh for a machine then machine daemon process catch the request and serve. These daemon process becomes active only when it receives request.

INIT is the parent process of these daemon processes.

answer Nov 13, 2014 by Vikram Singh
Similar Questions
+1 vote

As far as I know, 32 bit operating system can point only 4 GB of memory, does it mean that maximum size of binary it can run on 32-bit operating system is 4 GB?

+1 vote

What happens after you write “a.out” and press enter. What are the functionality performed by the OS after executable file is created of your code.

...