question 8 (1 point) the linux operating system has a feature similar to windows services, called daemons…

question 8 (1 point) the linux operating system has a feature similar to windows services, called daemons. given that, what might be true of linux daemons? daemons must always be started manually by the user. the daemons run in the background without requiring user interaction. the daemons are applications that have a gui. daemons run as part of the linux kernel.

question 8 (1 point) the linux operating system has a feature similar to windows services, called daemons. given that, what might be true of linux daemons? daemons must always be started manually by the user. the daemons run in the background without requiring user interaction. the daemons are applications that have a gui. daemons run as part of the linux kernel.

Answer

Brief Explanations:

Linux daemons are background - running processes that don't need user interaction, similar to Windows services. They are not always started manually, don't have a GUI, and are not part of the kernel.

Answer:

The daemons run in the background without requiring user interaction.