Tuesday, January 3, 2012
8:41 PM

"cp" Command in Linux/Unix

"cp" Command in Linux/Unix


                                                       The cp command copies file or group of files. It creates exact image on disk with different name.


Syntax       


                  cp [option]  source   destination


*In above syntax source is copied to destination


Example 


                           cp  file1 file2


$ ls -l file2
ls: cannot access file2:

0 comments:

Post a Comment