> when we do #ls in the directory we find the ??? marks on some data in > directories. How can we clean them ? I have in the past used find ! -perm -000 to locate such files and the `unlink` command to remove them.