Computer Tips - Linux: The Linux file copying commands

Date: 2007nov2 OS: Linux Level: Beginner Q. Linux: The Linux file copying commands A. You can use:
cp - The usual choice
dd - Most often used for binary data
scp - Secure remote copy
cat - List a file
rsync - Copy changes only
See man pages for more info.