But hell will break lose if you allow hardlinking directories. mkdir /tmp/a ln /tmp/a /tmp/a/b And you would not be able to rmdir /tmp/a/b because the directory is not empty (it contains "b" [full path: /tmp/a/b/b]). -
But hell will break lose if you allow hardlinking directories.
mkdir /tmp/a ln /tmp/a /tmp/a/b
And you would not be able to rmdir /tmp/a/b because the directory is not empty (it contains "b" [full path: /tmp/a/b/b]). -