Daily Linux Command: cp
The cp (copy) command is used to copy files. The cp command can copy both text files and binary files, and it can also recursively copy directories. ✦•———-Basic Usage———-•✦ Copying Files Copy the source file src.txt to the new file dest.txt $ cp src.txt dest.txt If the cp command produces no output, it indicates that … Read more