Windows Server Administration Fundamentals — Question 100
You work as a System Administrator for company Inc. The company has a Windows 2008 domain-based network. The network contains 200 Windows 7 client computers and seven member servers running Windows Server 2008 R2. A file lies in the Project folder, which has Read NTFS permission. You move this file in the Task folder, which has Write NTFS permission. Both the Project and Task folders are placed in the same volume. Which of the following NTFS permissions does the file have after being copied?
Answer options
- A. Read
- B. Modify
- C. Write
- D. Full Control
Correct answer: A
Explanation
When you move a file within the same volume, it retains its original permissions. In this case, the file initially had Read NTFS permission, so it continues to have that permission in the Task folder. The other options, Modify, Write, and Full Control, do not apply because the file does not inherit new permissions when moved, only its original permissions are maintained.