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

ubuntu 명령어 모음 2 tree: 디렉토리 구조를 확인 tree 명령어는 ubuntu에서 디렉토리 구조를 출력합니다. $tree tree 명령어가 작동하지 않는다면, 다음 명령어를 통해 설치합니다. $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