>I need to mirror a complex directory structure with hard links. Of course the >directories themselves can not be hard linked, but is there a simple way to >create a duplicate directory tree and then make hard links to all of the >files? How about: cp -al source_dir dest_dir Ron