• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Daemon???

Dooling37

Senior member
Could somebody please explain to me what exactly, a 'daemon' is, in the UNIX world.
I've heard / read the word a million times, and I think I get a general idea what it is (or at least what it does), but no index ever actually defines it.

For example, I recently read this sentence:
"...when a client requests a connection on an UNIX server, a daemon such as inet.d handles the request, running the appropriate server..."

If anyone could explain this more specifically, I would really appreciate it.

Thank you.
 
Imagine that each program is a furry little demon guy sitting in the memory, doing his own thing. WOrks for me. 😀
 


<< Could somebody please explain to me what exactly, a 'daemon' is, in the UNIX world.
I've heard / read the word a million times, and I think I get a general idea what it is (or at least what it does), but no index ever actually defines it.

For example, I recently read this sentence:
&quot;...when a client requests a connection on an UNIX server, a daemon such as inet.d handles the request, running the appropriate server...&quot;

If anyone could explain this more specifically, I would really appreciate it.

Thank you.
>>




Its a program that runs in the background and performs a task of some sort... either waiting for connections or doing something like flushing data to disk.
 
Back
Top