A server has a file share for each department. An auditor has discovered that all users have access to all of the departmental shared folders. Which of the following is the BEST solution to ensure users have access to the shared folders of only their department?

A. Create security groups, add the users to the security groups according to their departments, and grant the security groups access to the file shares according to each department.
B. Delete the shared folders and create new shared folders, and grant the users access to the shared folders according to their departments.
C. Remove everyone from the shared folders, create a security group for each department, add the users to the security groups, and grant each security group access to its own shared folders.
D. Remove everyone from the shared folders, grant full access to the IT administrators, and instruct the users to ask managers permission to be re-added to the shared folders according to their department.


Answer: C. Remove everyone from the shared folders, create a security group for each department, add the users to the security groups, and grant each security group access to its own shared folders.

Computer Science & Information Technology

You might also like to view...

Use the selectionSort method presented in this section to answer this question. What is list1 after executing the following statements?

``` double[] list1 = {3.1, 3.1, 2.5, 6.4}; selectionSort(list1); ``` a. list1 is 3.1, 3.1, 2.5, 6.4 b. list1 is 2.5 3.1, 3.1, 6.4 c. list1 is 6.4, 3.1, 3.1, 2.5 d. list1 is 3.1, 2.5, 3.1, 6.4

Computer Science & Information Technology

Toyota recalled 133,000 Prius hybrid automobiles in the United States in March 2010 because of a ____ problem with the braking system.

A. software B. hardware C. firmware D. malware

Computer Science & Information Technology

A relational database stores data in objects.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ is temporary storage used to store data and operate programs while the computer is running.?

A. ?Random Access Memory (RAM) B. ?Virtual memory C. ?Flash memory D. ?Encrypting File System (EFS)

Computer Science & Information Technology