# 需要删除 -filename=
[root@DB1 iscis]# ls -li
total 0
67 drw------- 3 root root 17 Sep 6 22:35 -filename=
[root@DB1 iscis]# find . -inum 67 | xargs rm -rf
[root@DB1 iscis]# ls -li
total 0
# 需要删除 -filename=
[root@DB1 iscis]# ls -li
total 0
67 drw------- 3 root root 17 Sep 6 22:35 -filename=
[root@DB1 iscis]# find . -inum 67 | xargs rm -rf
[root@DB1 iscis]# ls -li
total 0