Published
- 1 min read
linux process vs service vs daemon
The solution for this is noted below
linux process vs service vs daemon
Solution
A process is a running program.
A service can be several processes, e.g., httpd (web-service) or a database.
A dameon is a background process. (no controling terminal)
Try other methods by searching on the site. That is if this doesn’t work