Reference Manual

NAME

cp - copies one file to another
SYNOPSIS
cp [-b] source dest
DESCRIPTION
Command cp copies the source file to the destination file. Command cp uses the namespace when opening files, so it is possible to copy a file to any device (e.g. the console). The -b option specifies a binary copy (i.e. 8-bit transparent data).
SEE ALSO
cat, mv, names, rm
Edit this page