A Linux administrator provisioned a new web server with custom administrative permissions for certain users. The administrator receives a report that user1 is unable to restart the Apache web service on this server. The administrator reviews the following output: Which of the following would most likely resolve the issue while maintaining a least privilege security model?

- AUser1 should be added to the wheel group to manage the service.
- BUser1 should have "NOPASSWD:" after the "ALL=" in the custom.conf. (correct answer)
- CThe wheel line in the custom.conf file should be uncommented.
- DWebadmin should be listed as a group in the custom.conf file.
Reveal answer & explanationHide answer
The correct answer is B. Option B: User1 should have "NOPASSWD:" after the "ALL=" in the custom.conf. This option keeps traffic private / properly secured as required.







