> mkdir test > cd test > touch test > cd .. > rm -rf test > rm: cannot change to directory `test/test': Not a directory > rm: cannot remove directory `test': Not a directory A problem with d_type in the dirent structure returned by the readdir system call not containing the correct value. I reported this to the Debian bug tracking system incl workaround for rm as follow-up to bug #82589. -Hein