Joong: if you want to delete the directory and don't want to look for 'hidden' files, use `rm` instead of `rmdir`. It's like this: rm -rf directory_name The 'f' option, in particular, will force all files to be removed at your current permissions level. If you do not have sufficient permissions, you will be told this explicitly for each affected file.