如何在Windows中查看文件的硬链接?

前端之家收集整理的这篇文章主要介绍了如何在Windows中查看文件的硬链接?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在 Windows中找到了 description of hard links and junctions,但是我想知道,从Windows UI或命令提示符,我如何查看特定文件文件夹的硬链接
fsutil utility及更高版本中包含 fsutil utility.例:
fsutil.exe hardlink list C:\Windows\System32\notepad.exe

示例结果(来自Windows 7):

\Windows\System32\notepad.exe
\Windows\notepad.exe
\Windows\winsxs\amd64_microsoft-windows-notepadwin_31bf3856ad364e35_6.1.7600.16385_none_9ebebe8614be1470\notepad.exe
\Windows\winsxs\amd64_microsoft-windows-notepad_31bf3856ad364e35_6.1.7600.16385_none_cb0f7f2289b0c21a\notepad.exe
原文链接:https://www.f2er.com/windows/370945.html

猜你在找的Windows相关文章