A system daemon is a background service that runs continuously to provide system-level functionality. Daemons typically start at boot and require no user interaction. They support networking, logging, and maintenance. Example: A logging daemon collecting system logs.