Pages

Showing posts with label General. Show all posts
Showing posts with label General. Show all posts

Wednesday 29 February 2012

Handling Folders and Files with Linux command Line -Final Part

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.