Reading up on cp -R
, what do these mean:
create special files rather than copying them as normal files
Created directories have the same mode as the corresponding source directory, unmodified by the process' umask
I assume by mode they mean for example 0755
.