Linux 删除乱码文件

ls -i 查看inode

find -inum $inode -exec rm -rf {} ;

原文地址:https://www.cnblogs.com/stdpain/p/12530870.html