EC-Council: Computer Hacking Forensic Investigator(CHFI-V10) |
||||
Module 6 : Windows Forensics |
||||
Questions available : 94 |
You are not logged in. Please Login for track your learning progress |
|||
Go to Question No. |
Question No 40
If you want to share the link of this question, please click here to "Copy Question Link" and share that generated link. Link from URL may change in future.
Comunity Comments:

Opted Answer: C
Yes... Yassine is correct. RD command is short form of Remove Directory. So option C is correct

Opted Answer: C
rm dir Deletes a directory.
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/rd
/s Deletes a directory tree (the specified directory and all its subdirectories, including all files).
/q Specifies quiet mode. Does not prompt for confirmation when deleting a directory tree.Pradeep Thomas on 23/01/2025
Yes. You are correct