2 .\" Copyright (c) 1989, 1990, 1993, 1994
3 .\" The Regents of the University of California. All rights reserved.
5 .\" This code is derived from software contributed to Berkeley by
6 .\" the Institute of Electrical and Electronics Engineers, Inc.
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\" notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\" notice, this list of conditions and the following disclaimer in the
15 .\" documentation and/or other materials provided with the distribution.
16 .\" 3. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
42 .Op Fl H | Fl L | Fl P
46 .Ar source_file target_file
50 .Op Fl H | Fl L | Fl P
54 .Ar source_file ... target_directory
58 .Ar source_file target_file
62 .Ar source_file ... target_directory
64 In the first synopsis form, the
66 utility copies the contents of the
70 In the second synopsis form,
71 the contents of each named
73 is copied to the destination
74 .Ar target_directory .
75 The names of the files themselves are not changed.
78 detects an attempt to copy a file to itself, the copy will fail.
80 The following options are available:
85 option is specified, symbolic links on the command line are followed.
86 (Symbolic links encountered in the tree traversal are not followed.)
90 option is specified, all symbolic links are followed.
92 No symbolic links are followed.
93 This is the default if the
99 designates a directory,
101 copies the directory and the entire subtree connected at that point.
106 the contents of the directory are copied rather than the
108 This option also causes symbolic links to be copied, rather than
109 indirected through, and for
111 to create special files rather than copying them as normal files.
112 Created directories have the same mode as the corresponding source
113 directory, unmodified by the process' umask.
117 copies hard linked files as separate files.
118 If you need to preserve hard links, consider using
129 For each existing destination pathname, remove it and
130 create a new file, without prompting for confirmation
131 regardless of its permissions.
134 option overrides any previous
142 to write a prompt to the standard error output before copying a file
143 that would overwrite an existing file.
144 If the response from the standard input begins with the character
148 the file copy is attempted.
151 option overrides any previous
157 Create hard links to regular files in a hierarchy instead of copying.
161 suppress copying file flags.
163 Do not overwrite an existing file.
166 option overrides any previous
174 to preserve the following attributes of each source
175 file in the copy: modification time, access time,
176 file flags, file mode, ACL, user ID, and group ID, as allowed by permissions.
178 If the user ID and group ID cannot be preserved, no error message
179 is displayed and the exit value is not altered.
181 If the source file has its set-user-ID bit on and the user ID cannot
182 be preserved, the set-user-ID bit is not preserved
183 in the copy's permissions.
184 If the source file has its set-group-ID bit on and the group ID cannot
185 be preserved, the set-group-ID bit is not preserved
186 in the copy's permissions.
187 If the source file has both its set-user-ID and set-group-ID bits on,
188 and either the user ID or group ID cannot be preserved, neither
189 the set-user-ID nor set-group-ID bits are preserved in the copy's
192 Create symbolic links to regular files in a hierarchy instead of copying.
196 to be verbose, showing files as they are copied.
198 File system mount points are not traversed.
201 For each destination file that already exists, its contents are
202 overwritten if permissions allow.
203 Its mode, user ID, and group
204 ID are unchanged unless the
206 option was specified.
208 In the second synopsis form,
210 must exist unless there is only one named
212 which is a directory and the
216 If the destination file does not exist, the mode of the source file is
217 used as modified by the file mode creation mask
221 If the source file has its set-user-ID bit on, that bit is removed
222 unless both the source file and the destination file are owned by the
224 If the source file has its set-group-ID bit on, that bit is removed
225 unless both the source file and the destination file are in the same
226 group and the user is a member of that group.
227 If both the set-user-ID and set-group-ID bits are set, all of the above
228 conditions must be fulfilled or both bits are removed.
230 Appropriate permissions are required for file creation or overwriting.
232 Symbolic links are always followed unless the
234 flag is set, in which case symbolic links are not followed, by default.
239 flags (in conjunction with the
241 flag) cause symbolic links to be followed as described above.
247 options are ignored unless the
250 In addition, these options override each other and the
251 command's actions are determined by the last one specified.
261 signal, the current input and output file and the percentage complete
262 will be written to the standard output.
273 Copy a group of files to the
281 and all of its contents (including any subdirectories) to the
285 .Dl $ cp -R junk /tmp
287 Historic versions of the
292 This implementation supports that option, however, its behavior
293 is different from historical
297 is strongly discouraged as the behavior is
298 implementation-dependent.
304 and works the same unless modified by other flags.
305 Historical implementations
308 differ as they copy special files as normal
309 files while recreating a hierarchy.
320 options are non-standard and their use in scripts is not recommended.
330 command is expected to be