.TH CP 1 .UC .SH NAME cp \- copy .SH SYNOPSIS .B cp [ .B \-i ] file1 file2 .PP .B cp [ .B \-i ] file ... directory .SH DESCRIPTION .I File1 is copied onto .IR file2 . The mode and owner of .I file2 are preserved if it already existed; the mode of the source file is used otherwise. .PP In the second form, one or more .I files are copied into the .I directory with their original file-names. .PP .I Cp refuses to copy a file onto itself. .PP If the .B \-i option is specified, .I cp will prompt the user with the name of the file whenever the copy will cause an old file to be overwritten. An answer of 'y' will cause .I cp to continue. Any other answer will prevent it from overwriting the file. .SH "SEE ALSO" cat(1), mv(1), pr(1)