Friday 4 July 2014

Copy a file

cp file file.bak
cp file /home/user/file.bak

Copy "file" and give the copy a name "file.back". Optionally place the copied file to another location by specifying a path.

No comments:

Post a Comment