You are having difficulty changing permissions for a folder on an NTFS volume that was created by another user.
How can you best solve this issue without losing data in the folder?
A. Take ownership of the folder and then change permissions.
B. Disable permission inheritance and explicitly assign the new permissions.
C. Enable permission inheritance so the new permissions are inherited from the parent folder.
D. Delete the folder and re-create it. Then assign the new permissions.
Answer: A
You might also like to view...
Which of the following is the correct way to close a file stream named outFile?
a. outFile.close(); b. outFile.close; c. outFile.close("project.txt"); d. close(outFile);
A ____ background image can be used to create a watermark effect, in which a subtle, often translucent graphic is displayed behind elements to mimic the watermarks found on some specialized stationery.
A. flexible B. transparent C. rigid D. fixed
The font size in the external print style sheet should be specified in ems.
Answer the following statement true (T) or false (F)
The data type of the constants:
a. May be numeric, string, or character. b. Must be the same data type as the variable. c. Must all be the same data type in one case logic structure. d. All of the above. e. a and b. f. b and c.