Answers for "how to delete directory in kali linux using terminal"

0

how to force remove a directory in kali linux

#if the directory is empty
sudo rmdir dirname
#is the directory is not emmty
sudo rm -rf dirname
Posted by: Guest on October-07-2021

Code answers related to "how to delete directory in kali linux using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language