cp A.txt B.txt
ひとつ上のディレクトリにあるファイルをカレントディレクトリ (=現在、あなたがいるディレクトリ)の下へ複製
cp ../A.txt .
cp -r hisdir/ herdir/
cp -rp original.txt copied.txt