A systems administrator wants to restrict access to a set of sensitive files to a specific group of users. Which of the following will achieve the objective?
A systems administrator wants to restrict access to a set of sensitive files to a specific group of users. Which of the following will achieve the objective?
Changing the permissions and ownership of the files is the most direct and effective method to restrict access to a specific group of users. By setting the correct file permissions, the system administrator can ensure that only the intended users have access to those files. This method leverages the built-in access control mechanisms of the operating system, such as chmod and chown commands in Unix/Linux environments.
C. Change tine permissions and ownership of the files