Name
cp
Synopsis
cp [options]file1 filecp [options]files directory
Copies file1 to
file2, or copies one or more
files to the same names under
directory. If the destination is an
existing file, the file is overwritten; if the destination is an
existing directory, the file is copied into the directory (the
directory is not overwritten). If one of the inputs is a directory,
uses the -R option.
cp doesn’t preserve resource
forks or HFS metadata when copying files that contain them. For such
files, use CpMac or ditto
instead.
Options
-
-f Remove the target file, if it exists, before creating the new copy. Also, don’t prompt for confirmation of overwrites. Overrides previous
-ior-noptions.-
-H If any of the pathnames given in the command line are symbolic links, follow only those links during recursive operation. Works only with the
-Roption.-
-i Prompt for confirmation (
yfor yes) before overwriting an existing file.-
-L Follow all symbolic links during recursive operation. Works only with the
-Roption.-
-n Doesn’t overwrite existing target file. Overrides previous
-for-ioptions.-
-p Preserve the modification time and permission modes for the copied file. (Normally
cpsupplies the permissions of the invoking user.)-
-P Follow no symbolic links during recursive operation. Works only with the
-Roption (the default).-
-R Recursively copy a directory, its files, and its subdirectories to a destination
directory, duplicating the tree structure. (This option is used with the second command-line ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access