-
Story
-
Resolution: Done
-
Minor
-
RH124 - RHEL 7 0
-
None
-
ROL
URL:
Reporter RHNID:
Section: -
Language: |
Workaround:
Description: https://rol.redhat.com/rol/roc/course/ch10s07.html
The text and example command don't match for the following:
"Ensure that the /var/log/journal directory is owned by user and group systemd-journal, and has the permissions 2755."
[root@serverX ~]# chown root:systemd-journal /var/log/journal
Based on the text, I think the command should be:
[root@serverX ~]# chown systemd-journal:systemd-journal /var/log/journal
The existing example has the directory owned by root and group owned by systemd-journal. Either the text should change or the example command should change. I'm not sure which one is correct.