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