查看文件i节点:
ls -i filename
[root@localhost]# ls -i *44454372 !123
find ./ -inum 44454372 -print -exec rm -f {} \;