4/06/2015

How to use CP command in Linux/Unix

  Mohan       4/06/2015
Copy command syntax as follows
cp SOURCE DEST
Copy file from one location to another location
cp file1 /tmp/file2
To copy a directory, including all its files and subdirectories, to another directory
cp -R /tmp/test  /home/user/dest
logoblog

Thanks for reading How to use CP command in Linux/Unix

Previous
« Prev Post

No comments:

Post a Comment