rmdir directory-name
- removes the directory named 'directory-name' if it is empty.
rm -r directory-name
- removes the directory and its contents except you have to approve each action with a 'y' (yes).
rm -rf directory name
- removes the directory and its contents w/o any confirmation.
previous page
|