You have a file server named Server1 that runs Windows Server 2012 R2. Server1 contains a folder
named Folder1.
You share Folder1 as Share1 by using Advanced Sharing. Access-based enumeration is enabled.
Share1 contains an application named Appl.exe.
You configure the NTFS permissions on Folder1 as shown in the following table.
The members of Group2 report that they cannot make changes to the files in Share1. The members
of Group1 and Group2 run Appl.exe successfully.
You need to ensure that the members of Group2 can edit the files in Share1.
What should you do?

A.
Replace the NTFS permissions on all of the child objects.
B.
Edit the Share permissions.
C.
Edit the NTFS permissions.
D.
Disable access-based enumeration.
Explanation:
Share permissions and NTFS permissions are independent in the sense that neither changes the
other. The final access permissions on a shared folder are determined by taking into consideration
both the share permission and the NTFS permission entries. The more restrictive permissions are
then applied.
References:
Training Guide: Installing and Configuring Windows Server 2012 R2: Chapter8: File Services and
Storage, Lesson 2: Provisioning and Managing Shared Storage, p.388
B edit share permissions
0
0
Has to be b because NTFS is configured correctly. Share permission is probably set to read hence it is more restrictive and will be used over ntfs
0
1
Agreed…should be B
0
1
Def B.
0
1
Yep agree, most restrictive permissions is taking effect here (share permissions).
0
0
C is correct, because we’re missing the “Modify” permission. Write doesn’t allow you to change files, only add new ones.
0
0
WRONG. Read up on the NTFS permissions. Read & Write allows you to edit the documents.
0
0
Dog is correct
I cannot beleve everyone keeps thinking its the Share Permissions.
If you give Everyone Full control on the Share permission they will still be restricted at stage 2, NTFS
You need to grant Group 2 “Modify” permissions to allow them to edit files that are owned by other users!
1
0
I tried “Write” permission to allow edit files even owned by other users.
I think should be B – Edit the Share Permission.
also checked several other web sites which give the same answer B.
0
0
also “Modify” permission = all write permission + delete permission
0
0
Write allows editing files contents. Modify allows modifying the files (delete,rename)
The correct answer is A.
0
0
Face palm. Did the question ask you to delete or rename? It simply asks if the users can EDIT the documents. You’ve got the right idea in your first sentence and if you read carefully, the given scenario already fulfilled this criteria. So why modify NTFS permissions then? Answer is correct in the question.
0
1
full control is not added in NTFS permissions , Only read write mod , to delete requires more privileges like full control , since share permissions are defaulted to everyone = full , NTFS permissions are actually the most restricted in this case
0
0
answer is c
0
0
*Only Read / write / execute*
0
0
B
Test this on a server and you’ll see…
If you give user Read, Write and Execute, they can add new files, modify existing ones.
The question says users can’t make changes to the files in the folder. Since the NTFS rights are ok, it has to be the share rights that are too restrictive.
0
0
C. Try yourself everyone. If you have checkboxed MODIFY you will allways have WRITE either. From other side if you have WRITE checkboxed, you don’t have to have MODIFY.
0
0
* i don this in lab:
1. user 1
2. make folder, share: Everyone – full control (user1 can write in a document made in that folder)
2. same folder only (change/read +the same NTFS – user2 can write in document)
3. same folder only (read -> the user2 can’t save in file!!!)
the file is accessed from network
So B is corect
Ps. when you select read&execute you have list folder selected and read
0
0
Answer is B NTFS Permissions are correct so something is wrong with Share permissions.
http://www.microsoft4shared.com/new-updated-microsoft-mcsa-70-410-real-exam-questions-and-answers-download-221-230.html
0
0
Agree with B.
0
0
http://www.microsoft4shared.com/new-updated-microsoft-mcsa-70-410-real-exam-questions-and-answers-download-221-230.html
B. Edit the Share permissions.
0
0