I have a directory with a lot of "bad" files. I don't know how they got that way, but I want to remove them. When I try to remove them, this happens (as root):
Code:
> rm -rf badDir
rm: cannot remove `badDir/filename': Stale NFS file handle
How can I get rid of these files?
Jim