Linux DevopsRoles.com

cp command in Linux with Examples

cp command means Copies files or directories.

Syntax

cp [option]… [-T] source destination
cp [option]… source… directory
cp [option]… -t directory source…
cp –help
cp –version

On the man page, the describes it

  • cp – copy files and directories
  • man cp – More details information.

cp command in Linux with Examples

$ cp source.txt destination.txt

Conclusion

cp command is a simple command in Linux. It is the most popular in use terminal Linux copy files and directories. Thank you for reading the DevopsRoles page!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.