There is a directory on my system that is empty but the system won't let me rm -rf
it, claiming that the directory is not empty. There are no hidden files in the
directory. The system can mv the problem directory. The system can cp -r the
directory and the new copy of the problem directory is empty and rm -rf can remove
the new copy, but still can not rm the original.