Cp:copy ( copy )
Copy files and directories: copying a file or directory
Copy source to DEST, or multiple source (s) to DIRECTORY: Copy the origin to the destination when a source, the copy ' destination ' can be a file name (can not be the original file name, when not the original file name, belongs to the renaming). Multiple sources, the ' destination ' must be a directory at this time.
CP Options:
-P: (same as--preserve=mode,ownership,timestamps) maintain permissions, belong to the main group, time stamp unchanged
-r-r--recursive:copy Directories R
ecursively Directory content Recursive replication
-f:force forced replication, when you manually enter the command, you will also be prompted to confirm that the CP has a link to the-I (Prompt before overwrite) in the environment variable, but
The script that executes the task plan will not have this link.
Linux command-CP