[amp_mcq option1=”DEL *.*” option2=”RD” option3=”DELTREE” option4=”CD E. None of the above” correct=”option2″]
The correct answer is B. RD (Remove Directory).
DEL . will delete all files in the current directory, but it will not delete the directory itself.
DELTREE will delete the directory and all its contents, including subdirectories and files.
CD (Change Directory) changes the current directory.
None of the other options are correct.