220-1002 · Question #67
An accountant calls the IT administrator for assistance with a suspicious empty folder named "stuff." The administrator determines the folder needs to be removed via the command-line interface…
The correct answer is D. rd stuff. The correct Windows command-line tool for removing a directory is RD (Remove Directory), also aliased as RMDIR. The command 'rd stuff' removes the empty directory named 'stuff'. The DEL command (A) is used to delete files, not directories. KILL (B) is used to terminate running…
Question
An accountant calls the IT administrator for assistance with a suspicious empty folder named "stuff." The administrator determines the folder needs to be removed via the command-line interface. Which of the following Microsoft tools should be used to eliminate the folder from the accountant's PC?
Options
- Adel stuff
- Bkill stuff
- Cclean stuff
- Drd stuff
How the community answered
(47 responses)- A4% (2)
- B2% (1)
- C2% (1)
- D91% (43)
Explanation
The correct Windows command-line tool for removing a directory is RD (Remove Directory), also aliased as RMDIR. The command 'rd stuff' removes the empty directory named 'stuff'. The DEL command (A) is used to delete files, not directories. KILL (B) is used to terminate running processes, not to remove folders. CLEAN (C) is not a standard Windows command for deleting directories (it is used in DISKPART for partition management). For non-empty directories, the /S flag would be needed (rd /S stuff), but since the folder is described as empty, 'rd stuff' is sufficient.
Topics
Community Discussion
No community discussion yet for this question.