> That might be why a lot of things that do need to traverse a directory tree > have options like to not follow symbolic links. They may miss something > because of that option, but they won't get caught up in a self-recursive > loop. The stock reason to not follow sym-links is that its easy to point a symlink from '~/public_html/symlink-oops' to '/root'.