toTo those who prefers to separate the options for a full mastering of their linux command lines so :
$ rm -r -f your-dir-name/
rm -r -f directory_name
rmrm → remove
-r-r → recursively
-f-f → force (even protected with chModincludes chmod permissions)