Now remaining are just 2 operations .Copying and moving files and folders.You can copy a file using cp command
Inorder to copy a file to a destination we can use cp command.usage is listed as follows:
cp <file to copy > <destination>
Moving Files or folders with mv command.
mv <source file > <destination>
Now you can handle your files and folders easily.
No comments:
Post a Comment