Introduction
Copying files or folders is a common task when you want to make a backup or move data without deleting the original. The cp command in Linux lets you do this quickly from the command line.
When you want to make a backup copy of a file before editing it.
When you need to duplicate a folder with all its contents to another location.
When you want to copy a file from one directory to another to organize your files.
When you want to copy multiple files at once into a new folder.
When you want to copy hidden files along with regular files in a directory.