Computer Hacking Forensic Investigator (CHFI v10) — Question 93
On Linux/Unix based Web servers, what privilege should the daemon service be run under?
Answer options
- A. Guest
- B. Root
- C. You cannot determine what privilege runs the daemon service
- D. Something other than root
Correct answer: D
Explanation
The daemon service should run under a non-privileged user to minimize security risks, hence 'Something other than root' is the correct answer. Running as 'Root' or 'Guest' can expose the system to vulnerabilities, while the option 'You cannot determine what privilege runs the daemon service' is incorrect since it is possible to specify a privilege level.