Which types of files are used to manage services in a Linux system?
- Device files
- System files
- Directory files
- Configuration files
Explanation: In Linux, services are managed using configuration files. When the service starts, it looks for its configuration files, loads them into memory, and adjusts itself according to the settings in the files.
Related exam: CCNA Cyber Ops (v1.1) – Chapter 3 Exam Answers
