[Introduction to UNIX for Web Developers]
[Spacer] [Table of Contents]
[Next Page]
[Previous Page]
[Spacer]
Copying Files
The "cp" (and sometimes the "copy") utility is used for copying the contents of one file into another, or a set of files into another directory. The syntax works as follows:

cp source_file new_file_name
or
space_delimited_source_file_list destination_directory

[Spacer]

[cp Example]

[Spacer]
Previous | Next | Table of Contents