Creating and Deleting Directories
Choose the command that is used to complete each step.
4. Using one command delete the directories called
lucy
and
sally
in your home directory.
rmdir lucy sally
rmdir -r lucy sally
rd lucy sally
rd -r lucy sally