cpコマンド
システム管理者 Unixパワーユーザのためのコマンドリファレンス

[ Linux / Unix リファレンスガイド ] ⇒ [ コマンドリファレンス ] ⇒ [ cpコマンド ]



cp

ファイルやディレクトリをコピー

オプション
ディレクトリを再帰的にコピーする
i 上書きする場合に問い合わせる
f 強制的にコピーする

使用例


[root@localhost folder1]# ls
list.dat

[root@localhost folder1]# cp -p list.dat list.dat2

[root@localhost folder1]# ls -l
-rw-r--r-- 1 root root 2553 8月 26 22:40 list.dat
-rw-r--r-- 1 root root 2553 8月 26 22:40 list.dat2