Answers for "how to force remove a directory in kali linux"

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 "Shell/Bash"

Browse Popular Code Answers by Language