我是靠谱客的博主 淡淡哑铃,最近开发中收集的这篇文章主要介绍CentOS下如何查看一个文件的硬链接数?,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

用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,

最后

以上就是淡淡哑铃为你收集整理的CentOS下如何查看一个文件的硬链接数?的全部内容,希望文章能够帮你解决CentOS下如何查看一个文件的硬链接数?所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(190)

评论列表共有 0 条评论

立即
投稿
返回
顶部