⑧linux基础命令 rm

rm 删除 remove

绕过交互删除 -f
[root@rstx-53 test]# rm file 
rm: remove regular empty file ‘file’? n
[root@rstx-53 test]# fm -f file 
-bash: fm: command not found
[root@rstx-53 test]# rm -f file 
[root@rstx-53 test]# \rm file 
递归删除目录文件 -rf
[root@rstx-53 test]# mkdir test/test/test -p
[root@rstx-53 test]# rm -f test/
rm: cannot remove ‘test/’: Is a directory
[root@rstx-53 test]# rm -rf test/
[root@rstx-53 test]# 

⑧linux基础命令 rm

上一篇:多条asp.net网站的优化建议


下一篇:升级 macOS Big Sur 差点丢了我多年的珍藏文件(夹)!!!