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
- ubuntu
- ubuntu grep
- pix2pix
- docker
- git log
- Image to image translation
- CycleGAN
- EC2
- bash vs zsh
- ubuntu 명령어
- DCGAN
- autoencoder
- AWS EC2
- linux
- ubuntu mount
- ubuntu zsh
- ubuntu pipe
- F-AnoGAN
- 쏴아리 딥러닝
- git commit
- aws rds
- gan
- anomaly detection
- unsupervised learning
- 말해보시개 Linux
- AnoGAN
- bash 명령어
- AWS
- AWS Certificate
- 말해보시개 딥러닝
Archives
- Today
- Total
목록ubuntu cat (1)
쏴아리의 딥러닝 스터디

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