Which command will delete the directory foo with all its content?
A.
 rm -r foo
B.
 rm -a foo
C.
 rmdir foo
D.
 rmdir -a foo
Explanation:
Which command will delete the directory foo with all its content?
Which command will delete the directory foo with all its content?
A.
 rm -r foo
B.
 rm -a foo
C.
 rmdir foo
D.
 rmdir -a foo
Explanation:
A