根据 inode number 查找文件
更新:HHH   时间:2023-1-7



root@pc0003:~/test# touch haha
root@pc0003:~/test# ln haha haha123

root@pc0003:~/test# ls -li
总用量 0
10740018 -rw-rw-r-- 2 chunli chunli 0  1月 20 15:32 haha
10740018 -rw-rw-r-- 2 chunli chunli 0  1月 20 15:32 haha123


root@pc0003:~/test# find / -inum 10740018
/home/chunli/test/haha123
/home/chunli/test/haha


返回网络安全教程...