Back to Developer Roadmap

cp Command

src/data/roadmaps/shell-bash/content/cp@gCPCTm96RrFeNM_Ok4TAY.md

4.0598 B
Original Source

cp Command

The cp command in Unix-like operating systems is used to copy files and directories from one location to another. It creates an exact duplicate of the source file or directory at the specified destination, leaving the original intact. The command can be used to copy single files, multiple files, or entire directory structures.

Visit the following resources to learn more: