Contact SalesSitemapCustomer Login

Linux Command Reference: cp

The cp command is used to copy files and directories.

Contents

[edit]

Using cp

Usage: cp <options> <source_path> <destination_path>

<source_path> - The path of the file or directory to be copied (the * wildcard may be used to specify all files or directories in a path)

<destination_path> - The path which the specified source files or directories will be copied to


[edit]

cp Options


[edit]

Help and Manual

Enter cp --help to view the Help file or enter man cp to view the Manual for cp.


[edit]

Related Commands

Retrieved from "http://wiki.vpslink.com/Linux_Command_Reference:_cp"
Recent Changes | RSS RSS Feed