A Linux administrator is configuring a log collector agent to monitor logs in /var/log/collector. The agent is reporting that it cannot write in the directory. The agent runs as the logger user account. The administrator runs a few commands and reviews the following output: Output 1: Output 2: * file: /var/log/collector * owner: root * group: root user::rwx group::r-x mask::rwx other::r-x default:user:rwx default:group::r-x default:mask::rwx default:other::r-x Output 3: uid=1010(logger) gid=1010(monitor) groups=1010(monitor) Which of the following is the best way to resolve the issue?

- Asetfacl -Rm u:logger:rw /var/log/collector (correct answer)
- Busermod -aG root logger
- Cchmod 644 /var/log/collector
- Dchown -R logger:monitor /var/log
Reveal answer & explanationHide answer
The correct answer is A. Option A: setfacl -Rm u:logger:rw /var/log/collector