After moving files from one folder to another, the technician cannot access them. Which of the following MUST the technician do to regain access to these files?
A. In folder options, select show hidden files and folders.
B. Perform the transfer again.
C. Reboot the system, access will be reset automatically.
D. Take ownership of the files.
Answer: D. Take ownership of the files.
Computer Science & Information Technology
You might also like to view...
Give a specific reason as to why would you use a named data macro
What will be an ideal response?
Computer Science & Information Technology
What is the output of the following code segment?
int ctr, x = 5; for (ctr = 0; ctr < 3; ctr++) { x = x + ctr; cout << x << “ “; } cout << ctr;
Computer Science & Information Technology