Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- window
- 보조정렬
- R
- react
- table
- tomcat
- Express
- Sqoop
- NPM
- es6
- xPlatform
- Python
- mapreduce
- 공정능력
- IntelliJ
- Java
- vaadin
- hadoop
- Kotlin
- SSL
- GIT
- Eclipse
- Spring
- mybatis
- SPC
- Android
- SQL
- plugin
- JavaScript
- MSSQL
Archives
- Today
- Total
DBILITY
centos 7 cp force 본문
반응형
복사시 덮어쓰기 할거냐고 물어보는 걸 강제로 하는 옵션을 모르는게 아닌데...안된다...
알고보니 cp alias에 -interactive 옵션이 들어가 있었음..
방법은 아래와 같다.
[root@localhost ~]# \cp /home/xxxx/20190412/cer/* /data/xxxx_webapps/cer/
또는
[root@localhost ~]# /bin/cp /home/xxxx/20190412/cer/* /data/xxxx_webapps/cer/
또는
[root@localhost ~]# /usr/bin/cp /home/xxxx/20190412/cer/* /data/xxxx_webapps/cer/
반응형
'os > linux' 카테고리의 다른 글
| linux version info (0) | 2023.11.22 |
|---|---|
| linux find 날짜지정 (0) | 2022.09.07 |
| centos 7 rabbitmq 설치 (0) | 2018.10.19 |
| lvm 확장 후 fs 적용 (0) | 2018.05.13 |
| linux time sync ntp install ( 시간 동기화 ntp 설치 ) (0) | 2018.05.05 |
Comments