CompTIA XK0-005 Question Answer
A systems administrator changed the file permissions on the myfile file:
-rwxrwxr-x 1 admin editors ... myfile
Then the administrator added an existing user test to the editors group:
sudo usermod -a -G editors test
However, the user test is still unable to edit the file. Which of the following solutions will fix this issue?