Do you want to copy files in Linux? Regardless of whether it is a normal file or an entire directory - we will show you what you have to do..
In Linux you can easily copy files and directories without a nice user interface á la Ubuntu. All that is needed is a single command. You can also enter several files to be copied directly, but only one target directory can be selected at a time. See below for more explanations.
cp [Optionen] [Quelle(n)] [Ziel]
Because the mere description of the command is a bit cumbersome, we have put together a few examples for you. For this purpose, the command is displayed and then the meaning of this entry is explained in more detail:
cp -iv /home/username/Dokumente home/username/Backup
cp -u datei.txt home/username/Dokumente
cp -n datei.txt datei2.txt dokument.docx home/username/Dokumente