Question 41
A systems administrator changed the file permissions on the myfile file:
$ sudo chmod g+w myfile
$ ls -l myfile
-rwxrwxr-x 1 admin editors C 2022-10-13 10:45 myfile
Then the administrator added an existing user test to the editors group:
$ sudo usermod -aG editors test
However, the user test is still unable to edit the file. Which of the following solutions will fix this issue?
$ sudo chmod g+w myfile
$ ls -l myfile
-rwxrwxr-x 1 admin editors C 2022-10-13 10:45 myfile
Then the administrator added an existing user test to the editors group:
$ sudo usermod -aG editors test
However, the user test is still unable to edit the file. Which of the following solutions will fix this issue?
Question 42
To perform a live migration, which of the following must match on both host servers? (Choose two)
Question 43
A Linux administrator is creating a symbolic link /home/docsleading to the
/usr/share/documents/directory. Which of the following commands allows the administrator to achieve this goal?
/usr/share/documents/directory. Which of the following commands allows the administrator to achieve this goal?
Question 44
A Linux administrator is concerned about corruption of the partition table and wants to make a backup. Which of the following should the administrator use?
Question 45
Which of the following best describes a use case for playbooks in a Linux system?
