删除乱码文件

Standard
[root@test] ls -li
total 56
2360136 -rw-r--r-- 1 root   root       0 Aug 12 02:58 -??B??ִ?
 
[root@test] find ./ -inum 2360136 -print -exec rm -rf "{}" \;

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.