CentOS下如何查看一個文件的硬鏈接數
添加時間:2019-12-21 19:12:14
添加:
思海網絡
用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、文件、硬鏈接數
新文章:
- CentOS7下圖形配置網絡的方法
- CentOS 7如何添加刪除用戶
- 如何解決centos7雙系統后丟失windows啟動項
- CentOS單網卡如何批量添加不同IP段
- CentOS下iconv命令的介紹
- Centos7 SSH密鑰登陸及密碼密鑰雙重驗證詳解
- CentOS 7.1添加刪除用戶的方法
- CentOS查找/掃描局域網打印機IP講解
- CentOS7使用hostapd實現無AP模式的詳解
- su命令不能切換root的解決方法
- 解決VMware下CentOS7網絡重啟出錯
- 解決Centos7雙系統后丟失windows啟動項
- CentOS下如何避免文件覆蓋
- CentOS7和CentOS6系統有什么不同呢
- Centos 6.6默認iptable規則詳解