[root@jiaofu-01 tmp]# ll -i

447571 -rwxr-xr-x 1 root root 84 Apr 20 03:15 test.sh

[root@jiaofu-01 tmp]# find . -inum 447571 -print -exec rm {} \;

./test.sh

[root@jiaofu-01 tmp]# ls

[root@jiaofu-01 tmp]#