cara memaksa menghapus direktori di kali linux

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