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