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