[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]#
本文共 244 字,大约阅读时间需要 1 分钟。
[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]#
转载于:https://blog.51cto.com/shanks/1307597