Copying files in Linux using cp Command
The command cp stands for - copy. It is used to copy files in the file system. The basic syntax is $ cp <source> <destination> The <source> is the existing…
Continue Reading
Copying files in Linux using cp Command