linux删除乱码文件不能使用 rm 命令(因为无法匹配到文件名称) 而应该使用 ls -i 查看文件节点信息 使用find -inum xxxxx(为节点数字) delete 这样就可以删除乱码文件了