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 |
Tags
- 말해보시개 Linux
- F-AnoGAN
- AWS
- AWS Certificate
- docker
- ubuntu pipe
- AWS EC2
- pix2pix
- ubuntu
- ubuntu zsh
- EC2
- DCGAN
- ubuntu grep
- CycleGAN
- linux
- git commit
- autoencoder
- anomaly detection
- 쏴아리 딥러닝
- gan
- AnoGAN
- ubuntu 명령어
- 말해보시개 딥러닝
- ubuntu mount
- git log
- aws rds
- Image to image translation
- bash 명령어
- bash vs zsh
- unsupervised learning
Archives
- Today
- Total
목록ubuntu > (1)
쏴아리의 딥러닝 스터디
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bPWPFm/btq4bDg8Y8d/5f5MmFxsxuvSwNeDfnYdl0/img.png)
ubuntu 명령어 모음 3 cp: 파일 및 디렉토리 복사 cp 명령어는 ubuntu에서 파일과 디렉토리를 복사하는데 활용됩니다. $cp [option] [대상 위치 및 이름] [복사하고 싶은 위치] oprion -r: 하위 디렉토리와 파일 전체를 복사합니다. -p: 소유주, 그룹, 권한, 시간 정보를 그대로 복사합니다. 예제) folder1에 있는 deepmal.txt 파일을 folder2에 복사하기 mkdir 명령어로 folder1, folder2를 생성 한 뒤, ls 명령어로 folder1, folder2가 생성되었는지 확인합니다. $mkdir folder1 folder2 $ls touch 명령어로 folder1 디렉토리 내에 deepmal.txt 파일을 생성한 뒤, cd 명령어로 folder1으로..
Linux
2021. 5. 5. 11:34