在mac上创建一个硬链接目录循环


5

如何在mac上创建硬链接目录循环?我只是想做它的乐趣哈哈我在xkcd上发现了这个概念。

Answers:


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)

2
Mac OS X支持目录硬链接(对于Time Machine),但可能会拒绝创建循环。
2011年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.