常规删除命令为:rm -文件

若遇到无法删除的文件可强制删除:rm -rf 文件

删除以 -f 开头的文件 :rm ./-f 

删除test目录下的所有东西: rm -R dir test


更多推荐

Linux删除命令