cp
cp
NAME
SYNOPSIS
DESCRIPTION
-f, --force
if an existing destination file cannot be opened, remove
it and try again (this option is ignored when the -n
option is also used)
-i, --interactive
prompt before overwrite (overrides a previous -n option)
-l, --link
hard link files instead of copying
-n, --no-clobber
do not overwrite an existing file (overrides a previous -i
option)
--parents
use full source file name under DIRECTORY
-s, --symbolic-link
make symbolic links instead of copying
-u, --update
copy only when the SOURCE file is newer than the
destination file or when the destination file is missing
-v, --verbose
explain what is being done
--version
output version information and exit