Search Results

Search: Posts Made By: SOCLA_CELT
18,564
Posted By ygemici
# cp -a /home/temp/test/ /home/temp/work/...
# cp -a /home/temp/test/ /home/temp/work/ /home/temp/complete/

a --archive mode so means dpR

d-> not follow symbolic links
p-> preserve (mode,ownership,timestamps)
R-> copy directories...
18,564
Posted By Ikon
man cp # cp -Rp {olddir} {newdir} ...
man cp


# cp -Rp {olddir} {newdir}


This will copy all files and folders under {olddir}

-R = Recursive
-p = Preserve ownership (you probably want that too)
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy