# To remove non-empty directories and all the files without being prompted, use rm with the -r (recursive) and -f options: rm -rf dirname
rm -rf .directory_name
rm -r -f folderName