オプション

-a
all(ファイル構成やアクセス権限も一緒に全てコピー)
-r
--recursive
-t
target(ターゲットとなるコピー先ディレクトリを指定)
$ cp test.txt -t dir/    # dirディレクトリに test.txt がコピーされる