Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 리눅스
- CI/CD
- JavaScript
- Jenkins
- jenkins maven
- jenkins github 연동
- gradle
- REACT
- grpc
- grafana
- IntelliJ
- 리액트
- Spring Boot
- spring
- jenkins jdk
- jenkins install
- nginx
- Docker
- jpa
- docker network
- MongoDB
- error
- java
- jenkins 설치
- vue.js
- MySQL
- jenkins github
- Jenkins Pipeline
- subnetmask
- Linux
Archives
- Today
- Total
728x90
목록리눅스 cp (1)
뭐든 즐기면서 ;)
linux cp / 리눅스 복사
Linux copy 명령어 기본설명 cp [옵션] [복사될 directory명 || file명] [새롭게 복사한 directory명 || file 명] 예제 # 현재 directory의 sample.sh파일을 현재 directory에 new_sample.sh명으로 복사 cp sample.sh new_sample.sh # 현재 directory의 sample.sh파일을 현재 경로 하위의 /bash/ 밑에 sample.sh 파일을 복사 cp sample.sh ./bash/sample.sh # /home/sample/ 경로에 있는 sample.sh파일을 현재 위치에 new_sample.sh명으로 복사 cp /home/sample/sample.sh new_sample.sh # 여러 파일을 한 번에 /home/s..
서버/Linux
2022. 5. 12. 14:35
728x90