# rm \[-r -f -l] \[参数1] \[参数2]... 作用:删除文件/文件夹 选项: - -r:和cp一样用于删除文件夹 - -f:强制删除 - 参数n:多个文件/文件夹 示例: - rm -r ./test1 - rm -f ./test1/t1 - rm -rf /test*