小编old*_*kes的帖子

无法删除 Linux 目录 - 无限递归

我们在支持我们的版本控制服务器的 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)

linux redhat nfs

8
推荐指数
1
解决办法
223
查看次数

标签 统计

linux ×1

nfs ×1

redhat ×1