About Daemons and ServicesMany kinds of tasks that do not require user interaction are most effectively handled by a process that runs in the background. You can use a daemon or service to: Provide server functionality, such serving web pages. Coordinate access to of a shared resource, such as a database. Perform work for a foreground application, such as file system access. Figure I-1 Daemons an