📜  如何强制删除 kali linux 中的目录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:38.384000             🧑  作者: Mango

代码示例1
#if the directory is empty
sudo rmdir dirname
#is the directory is not emmty
sudo rm -rf dirname