CompTIA Server+ SK0-005 Practice Question
While troubleshooting a file-access problem on a Windows Server 2022 file server, an administrator must discover why a domain user receives "Access denied" when trying to modify files in D:\DeptData. Share permissions are not restrictive, so NTFS ACLs are suspected. The goal is to view-without altering any security settings-the precise rights the user actually has on that folder. Which tool or feature offers the most direct way to display the user's effective permissions?
Disable User Account Control (UAC) on the server so the user token is unrestricted.
Run the Sysinternals AccessChk utility against the folder for the affected user.
Execute icacls with the /reset switch on the folder to restore default ACLs.
Use the takeown command to assign ownership of the folder to Administrators.