cp
Purpose
Section titled “Purpose”Copies a file or directory.
cp [PATH] [DESTPATH]Arguments
Section titled “Arguments”- PATH — specify the path to the file you want to move
- DESTPATH — specify the path to the directory you want to move the file to
Examples
Section titled “Examples”cp /home/volk/someFile /home/volk/someFile.bacResult:
Copies someFile to /home/volk/someFile.bac