|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ Linux ] "Recursively copy" - Mehmet Uluer - (2006-05-10 12:31:34) [3728] Recursively copy a directory into another place with preserving mode, ownership and timestamps and redirect the names of erroneous ones into a file(copy_error.txt). # cp -R --preserve /old_dir/* /new_dir/ >& copy_error.txt Mail to My Friend , Home Page |  |