-r
Copies file hierarchies under the file or directory specified by the SourceFile or SourceDirectory parameter
(recursive copy). The -r flag processes special files in the same manner as regular files.
-R
Copies file hierarchies under the regular files and directories from the directory specified by the SourceFile or
SourceDirectory parameter to the directory specified by the TargetDirectory parameter. Special file types, such as
first-in, first-out (FIFO) files and block and character device files, are re-created instead of copied. Symbolic
links are followed unless the -h flag is specified. (The -R flag is preferred to the -r flag.)
If none of the -H, -L, or -P options were specified, it is unspecified which of those options will be used as the
default. Consider the following:
* If the -H option was specified, the cp command will take action based on the type and contents of the file
referenced by any symbolic link specified as a SourceFile operand.
* If the -L option was specified, the cp command will take action based on the type and contents of the file
referenced by any symbolic link specified as a SourceFile operand or any symbolic links encountered during
traversal of a file hierarchy.
* If the -P option was specified, the cp command will copy any symbolic link specified as a SourceFile operand
and any symbolic links encountered during traversal of a file hierarchy and will not follow any symbolic links.