CP(1) — User’s Manual — Commands
NAME
cp − copy
SYNOPSIS
cp [ −i ] [ −r ] file1 file2
cp [ −i ] [ −r ] file ... directory
DESCRIPTION
File1 is copied onto file2. The mode and owner of file2 are preserved if it already existed; the mode of the source file is used otherwise.
In the second form, one or more files are copied into the directory with their original file-names.
Cp refuses to copy a file onto itself.
OPTIONS
−i Interactive: prompt the user with the name of the file whenever the copy would overwrite an old file. Answering with ’y’ means that cp should go ahead and copy the file. Any other answer will prevent cp from overwriting the file.
−r Recursive: if any of the source files are directories, cp copies each subtree rooted at that name; in this case the destination must be a directory.
SEE ALSO
Sun System Release 0.3 — 15 March 1983