A new intern in the purchasing department requires read access to shared documents. Permissions are normally controlled through a group called "Purchasing", however, the purchasing group permissions allow write access.Which of the following would be the BEST course of action?

A. Modify all the shared files with read only permissions for the intern.
B. Create a new group that has only read permissions for the files.
C. Remove all permissions for the shared files.
D. Add the intern to the "Purchasing" group.


Answer: B. Create a new group that has only read permissions for the files.

Computer Science & Information Technology

You might also like to view...

The escape sequence that means "start a new page" is

a. '\p' b. '\n' c. '\f' d. '\r'

Computer Science & Information Technology

To prevent hyphenating a word or phrase use the nonbreaking hyphen feature

Indicate whether the statement is true or false

Computer Science & Information Technology

A table of authorities is similar to an index

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the syntax of the method that will execute code once after a specific amount of time has elapsed?

A. var variable = setTimer"code", milliseconds); B. var variable = setTimeout(milliseconds, "code"); C. var variable = setTimeout("code", milliseconds); D. var variable = setInterval("code", milliseconds);

Computer Science & Information Technology