Understanding Permissions

O.K.
There are NTFS and Share level permissions.
If I understand correctly, they are cumulative and the most restrictive is the effective permission.
However, in one of the practice exam questions, the Everyone group had Change permissions for a share, while a user with membership to two groups having Full Control and Read, effectively had Change.
How does he have Change when the least restrictive is Read?
There are NTFS and Share level permissions.
If I understand correctly, they are cumulative and the most restrictive is the effective permission.
However, in one of the practice exam questions, the Everyone group had Change permissions for a share, while a user with membership to two groups having Full Control and Read, effectively had Change.
How does he have Change when the least restrictive is Read?
Comments
Thanks
MCSE, MCSA, MCDST, CCNP, CCDA, Security+, Linux+, Network+, A+, MOS
What are John's effective permissions when connecting to the shared folder?
a. Read
b. Read & Execute
c. Change
d. Full Control
Answer(s): c. Change
Explanation:
The effective NTFS permissions are the sum of the permissions assigned to user and to groups the user belongs to. (except for Deny permissions which overrides any other permissions assigned.) When you combine NTFS and Share permissions the most restictive applies.
If most restrictive applies, then wouldn't his effective permissions be Read from the Sales group?
Read is more restrictive than Change right?
John's effective NTFS permission is Full Control(user permission) + Read (Sales group permission) which results in the effective NTFS permission Full Control. (as mentioned in the explanation: The effective NTFS permissions are the sum of the permissions assigned to user and to groups the user belongs to, as in the least restrictive applies.)
When you combine these NTFS permissions with Share permissions, the most restrictive applies. Hence, NTFS permission Full Control + Share permission Change results in effective permission Change, when connecting to the shared folder.
First add up your permissions for NTFS and Share level seperately. Then take the least restrictive permission.
NTFS:
John User - Full Control
John Sales Group - Read
=================
Least restrictive: Full
Share:
Everyone Change
========================
Least restricive: Change
Now you compare your share and ntfs permissions to get the most restricive.
NTFS: Full
Share: Cange
==================
Most Restrictive: Change
Change is the user's effective permission. The only exception is when you use an explicit deny. Deny overrides and becomes the effective permission. Hope this helps. Let me know if you need any more info.
MCSE, MCSA, MCDST, CCNP, CCDA, Security+, Linux+, Network+, A+, MOS