The exhibit shows information about data in Jane’s home directory. Jane wants to delete, from her
home directory, the directory named widgets and this directory’s contents. Select the command
that would best work to achieve Jane’s goal.
A.
rm -r ./widgets
B.
rmdir ./widgets
C.
rm * ./widgets
D.
rmdir -r *
E.
rmdir -r ./widgets
F.
rm -r *
Explanation: