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
- Docker
- jenkins 설치
- spring
- nginx
- gradle
- java
- IntelliJ
- grpc
- 리액트
- Jenkins Pipeline
- jenkins install
- grafana
- docker network
- jenkins jdk
- 리눅스
- jenkins maven
- vue.js
- subnetmask
- Jenkins
- MySQL
- jenkins github 연동
- Spring Boot
- REACT
- Linux
- MongoDB
- JavaScript
- jpa
- CI/CD
- jenkins github
- error
Archives
- Today
- Total
728x90
목록linux 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