📜  rm -rf - 任何代码示例

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

代码示例1
#The rm -rf command is one of the fastest way to delete a folder and its contents. 
#rm -r command deletes the folder recursively, even the empty folder. 
#rm -f command removes 'Read only File' without asking. 
#rm -rf / : Force deletion of everything in root directory