x 广告
当前位置: > 关注 > 正文

CentOS下怎么查看一个文件的硬链接数?

2023-06-29 06:10:00 来源:互联网

方法如下:用ls -l 可以看到有一个文档硬链接数:

[root@localhost tmp]# ls -li

total 104


(相关资料图)

229415 drwxr-xr-x 2 root root 4096 Dec 11 21:15 etc

39757 -rw-r–r– 2 root root 1602 Oct 30 14:56 hl_passwd

用一下语句可以查看一个文件有哪些硬链接

[root@localhost tmp]# find / -inum 39757

find: /proc/6266/task/6266/fd/4: No such file or directory

/etc/passwd

/tmp/hl_passwd

但是注意由于硬链接是不能跨文件系统,所以

Add the `-xdev’ option if you are starting the

search at a directory that has other filesystems mounted on it

关键词:

x 广告
x 广告

Copyright   2015-2022 西南直播网 版权所有  备案号:皖ICP备2022009963号-8   联系邮箱:39 60 29 14 2@qq.com