• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    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计算内存CPU正确方法
    下一篇:CentOS如何查看进程运行的完整路径?CentOS查看进程运行的完整路径方法
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    CentOS下如何查看一个文件的硬链接数? CentOS,下,如何,查看,一个,