Services in Linux that start at boot and run in the background are commonly referred to as _________.
- services
- daemons
- applications
- processes
Services in Linux that start at boot and run in the background are commonly referred to as daemons. Daemons are long-running background processes that perform various tasks such as serving network requests, managing hardware devices, and more.
Loading...
Related Quiz
- What role does the virt-manager tool play in Linux virtualization?
- You are debugging an application and need to trace the system calls it makes. Which tool in Linux would you employ?
- Which of the following is a common method to secure SSH beyond just password authentication?
- Which operator would you use in Bash to check if two strings are equal?
- Which virtualization solution is directly supported in the Linux kernel?