Which of the following is true about NTFS permissions and share permissions?
a. Share permissions do not work on an NTFS volume.
b. NTFS permissions work only on an NTFS volume.
c. If share permissions and NTFS permissions are in conflict, NTFS permissions win.
d. If you set NTFS permissions but do not set share permissions, NTFS permissions apply.
Answer: b. NTFS permissions work only on an NTFS volume.
You might also like to view...
What is the difference between an edge and an arc?
a. They are the same b. An arc is an edge that has no node c. An arc is a link in the graph data structure d. An arc is the height of a graph
A Boolean search uses logical operators
Indicate whether the statement is true or false
When you apply a layer style to a layer, the selected artwork on that layer inherits the layer style.
Answer the following statement true (T) or false (F)
What would be printed out as a result of the following code? System.out.println("The quick brown fox" + "jumped over the \n" "slow moving hen.");
a. The quick brown fox jumped over the \nslow moving hen. b. The quick brown fox jumped over the slow moving hen. c. The quick brown fox jumped over the slow moving hen. d. Nothing. This is an error.