微信公众号: 爱问CTO 专业编程问答社区 www.askcto.com
首先经过 ls -i找到该乱码文件的节点号编程
ls -i
假如该文件的节点号为1445331,执行以下命令:微信
find ./ -inum 1445331 -exec rm {} \;