我们在支持我们的版本控制服务器的 RHEL6 VM 上安装了 NFS - 最近,其中一个存储库有点疯狂,这是我在服务器上发现的:
ls -latri repo.git/refs/heads/
total 28
5551210 drwxr-xr-x. 2 git git 8192 Jun 1 21:21 .
5551210 drwxr-xr-x. 2 git git 8192 Jun 1 21:21
5551210 drwxr-xr-x. 2 git git 8192 Jun 1 21:21
5551209 drwxr-xr-x. 3 git git 4096 Jun 1 22:09 ..
Run Code Online (Sandbox Code Playgroud)
当我tree
针对目录运行时,它似乎是无限递归的 - 例如:
repo.git/refs/heads/
???
? ???
? ? ???
? ? ? ???
? ? ? ? ???
? ? ? ? ? ???
? ? ? …
Run Code Online (Sandbox Code Playgroud)