オプション
r |
ディレクトリを再帰的にコピーする |
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
|
|
|