Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux process vs service vs daemon

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)
 
PREVIOUS NEXT
Tagged: #linux #process #service #daemon
ADD COMMENT
Topic
Name
3+8 =