rmdir
to remove directory
- if the directory contains files, this will not work
rm
to remove files and/or directories
rm -r
will remove a directory with all the files recursively
rmdir
to remove directory
rm
to remove files and/or directories
rm -r
will remove a directory with all the files recursively