Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
138
rated 0 times [  138] [ 0]  / answers: 1 / hits: 184258  / 2 Years ago, fri, june 24, 2022, 4:30:46

I want to know that what are differences in behavior of a daemon, process and service running in Ubuntu.


More From » services

 Answers
3

Daemons - Daemon does not stand for Disk and Execution Monitor (http://www.takeourword.com/TOW146/page4.html). They are the processes which run in the background and are not interactive. They have no controlling terminal.



They perform certain actions at predefined times or in response to certain events. In *NIX, the names of daemons end in d.



Services - In Windows, daemons are called services.



If you're wondering why *NIX has a command named service, it is just used to run init scripts (shorthand for initialization scriptrunlevel).



Process - Process is a running program. At a particular instant of time, it can be either running, sleeping, or zombie (completed process, but waiting for it's parent process to pick up the return value).



Sources and further information:




[#35371] Sunday, June 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
calronze

Total Points: 0
Total Questions: 110
Total Answers: 112

Location: Belarus
Member since Thu, Aug 11, 2022
2 Years ago
calronze questions
Sun, Jan 9, 22, 13:41, 2 Years ago
Wed, Feb 15, 23, 01:41, 1 Year ago
Sat, Jul 23, 22, 21:03, 2 Years ago
Sat, Feb 5, 22, 01:57, 2 Years ago
;