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

ubuntu 명령어 모음 2 tree: 디렉토리 구조를 확인 tree 명령어는 ubuntu에서 디렉토리 구조를 출력합니다. treetree명령어가작동하지않는다면,다음명령어를통해설치합니다.sudo apt install tree tree정상작동함을확인할수있습니다.chmod:파일의권한변경chmod명령어는ubuntu에서파일의권한을변경합니다.chmod [파일권한] [변경할 파일 위치 또는 이름] 파일권한은 다음과 같이 숫자로 표현합니다. 읽기(4), 쓰기(2), 실행(1) 777 권한은 모든 사용자가 모든 권한을 얻는다는 의미입니다. 예제) deepmal.txt에 777 권한 부여 하기 touch 명령어를 통해 deepmal.txt를 생성합니다. $touch d..
Linux
2021. 5. 3. 22:30