Module 1 — Answer Key
File & Directory Operations
This page contains the correct answers for the Module 1 multiple‑choice exam.
1. Which command recursively searches all subdirectories for a file named DATA.LOG?
Answer: A — DIRECTORY [...]DATA.LOG
2. Which command displays all versions of a file named REPORT.TXT?
Answer: C — DIRECTORY REPORT.TXT;*
3. Which command shows detailed file attributes such as record format and allocation?
Answer: B — SHOW FILE/FULL filename
4. Which wildcard pattern lists all files beginning with LOG and ending in .DAT?
Answer: A — LOG*.DAT
5. Which BACKUP command creates a saveset of the entire DISK$DATA volume?
Answer: C — BACKUP/IMAGE DISK$DATA: DATA.BCK
End of Module 1 Answer Key