用ls-l可以看到有一个文档的硬链接数:
[root@localhosttmp]#ls-li
total104
229415drwxr-xr-x2rootroot4096Dec1121:15etc
39757-rw-r--r--2rootroot1602Oct3014:56hl_passwd
用一下语句可以查看一个文件有哪些硬链接
[root@localhosttmp]#find/-inum39757
find:/proc/6266/task/6266/fd/4:Nosuchfileordirectory
/etc/passwd
/tmp/hl_passwd
但是注意由于硬链接是不能跨文件系统的,所以
Addthe`-xdev'optionifyouarestartingthe
searchatadirectorythathasotherfilesystemsmountedonit,