Multiple choice technology operating systems

Assume you have a folder on a Windows Server shared to the Everyone group as Read access. Assume also that, on the local NTFS disk, the file provides Full Control to the Everyone group. Now, if User John attempts to access that folder remotely, what will his cumulative permissions be?

  1. Read

  2. Change

  3. Full Control

  4. No Access

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When accessing a shared folder, Windows applies the most restrictive permission between share and NTFS permissions. Here, the share grants Read, while NTFS grants Full Control to Everyone. The more restrictive Read permission applies. John cannot get Full Control remotely - the share permission is the bottleneck.