cp [Option(s)] [Original(s)] [Destination]
-n # Existing files are never overwritten.
-r # Directories are copied recursively including subdirectories.
-u # Copies the file only if the destination file is older than the original.
-p # Inherite the permission