Linux 下有些文件直接使用 rm 无法删除, 比如该文件的文件名含有终端不能正确显示的字符.
[root@dev]# ls -i
26247183 wite.html 26247184 abc.html 26247189 test???????-?.doc
可以通过文件 inode 删除 # find . -inum 26247189 -delete
本文共 220 字,大约阅读时间需要 1 分钟。
转载于:https://blog.51cto.com/cqfish/1031244