Linux Basics : Part06 : File Operations
In the last post we saw how to move around within directories, in this post we will see how to do file operations like copy, move, rename, etc. So let’s get started To copy files and directories we use the “cp” command, with or without arguments. cp -[arguments] [source] [dest] – To copy a file … Read more