You are the network administrator of a company. The network consists of a single domain. All servers run W2K3, and all client computers run Windows XP Prol. A server named has two hard drives. You format

\ and use the default file permissions.Then you copy a directory named Data from another server to

\ on it. You need to create a network share and configure NTFS permissions settings for

\Data.
You must fulfil the following requirements:
-- All domain users need read access to

\Data.
-- Members of the Sales group need the ability to add and delete files in a directory named

\Data\Sales.
-- Members of the Engineering group need the ability to read and modify files in a directory named

\Data\Enginering.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three)
A. Assign the Allow – Modify NTFS permission on

\Data\Sales to the Sales group.
B. Assign the Allow – Write NTFS permission on

\Data\Engineering to the Engineering group.
C. Share

\Data as Data and use the default share permissions.
D. Share

\Data as Data and assign the Allow – Change share permission to the Everyone group.
E. Assign the Allow – Full Control NTFS permission on

\Data to the Administrators group.
F. Change the share permission on

\Data to assign the Allow – Modify permission to the Everyone group.
G. Assign the Allow – Write NTFS permission on

\Data\Sales and

\Data\Engineering to the Creator Owner group.
The given answers are : A B and D
How? You can discard E, F and G right away and are left with A,B,C and D.
D's right as you can give domain users change permissions and then lock-down with NTFS. Sales needs write and delete permissions so with no other choices for Sales, we go for A. But please explain choice B to me.