To
remove a directory that contains other files or
directories, use the following command. In the example above, you would replace "mydir" with the name of the
directory you want to
delete. For example, if the
directory was named "files", you would type rm -r files at the prompt.
read more >>