在 Mac 上创建硬链接目录循环

Chr*_*isM 5 mac filesystems

如何在 Mac 上创建硬链接目录循环?我只是为了好玩而做这件事哈哈我在xkcd上发现了这个概念。

Kev*_*vin 2

我不在可以引用手册页的设备上,但据我记得,它警告不要尝试硬链接目录,只允许 root尝试创建它们,并警告文件系统甚至可能不支持它。如果您仍然想尝试,请查看手册页以获取适当的选项。


这是相关选项:

-d, -F, --directory
       allow the superuser to attempt to hard link  directories  (note:
       will  probably  fail  due  to  system restrictions, even for the
       superuser)
Run Code Online (Sandbox Code Playgroud)

  • Mac OS X 支持目录硬链接(用于 Time Machine),但可能会拒绝创建循环。 (2认同)