Home - Techniek - Computer - Operating systems - Linux - Working with directories - rmdir
If you want to remove directories with files in it use:
rm -fR <dir_name>.
The attribute -f let you remove eveyiting without confirming. So becareful with is.