Next:
Rename/move a file
Up:
Basic operations
Previous:
Changing directories
Copying files
cp
oldfile newfile
Copy the file
oldfile
to the file
newfile
cp -r
olddir newdir
Recursively copy the directory
olddir
to the directory
newdir
Matt Disney 2005-09-14