Comment forcer la suppression d'un répertoire dans Kali Linux

#if the directory is empty
sudo rmdir dirname
#is the directory is not emmty
sudo rm -rf dirname
Pleasant Pig