What is Daemon?
A background process that runs continuously on a system, typically providing services like web serving or logging.
Daemons are background processes that start during system boot or on demand and run without direct user interaction. Common examples include httpd (web server), sshd (SSH server), and cron (task scheduler).
The name comes from Greek mythology, referring to helpful supernatural beings. In Linux, daemons are conventionally named with a "d" suffix.