You are the server administrator for the Srv12 server. This server is running the File Services role and is used for user home folders. Each user has a folder that they can use for storing personal files.

Management wants a solution that meets the following requirements:

Allow only the specified user to save files in their home folder.

User should not be allowed to view or edit files in other user's home folders.

The list of files and folders that users can view should show only the files that they have rights to access.

What should you do?

To meet these requirements, you can implement Access Control Lists (ACLs) on the user home folders in the Srv12 server. Here's how you can achieve this:

1. Set up individual folders for each user under the main home folder directory.

2. Right-click on each user's folder, go to Properties, and then to the Security tab.

3. Click on the Edit button to modify the security settings for that folder.

4. Remove all existing permissions for that folder for all users except the specified user who should have access.

5. Add the specified user with Full Control permissions to their respective folder.

6. Make sure that the "Inherit from parent the permission entries that apply to child objects" checkbox is unchecked to prevent users from accessing other user's folders.

7. Check the effective permissions for each user to ensure that only the specific user has access to their home folder.

With this setup, only the specified user will have access to save files in their home folder, and they will not be able to view or edit files in other user's home folders. The list of files and folders that users can view will only show the files that they have rights to access.