728x90
Not writeable관련 에러는 해당 경로에 권한이 없기 때문에 발생하는 에러이다.
다음과 같이 권한을 주면 정상적으로 진행할 수 있다.
sudo chown -R $USER [path]
'[path]'에 권한을 주고 싶은 경로를 집어넣으면 된다.
만약 아무나에게 모든 권한을 주고 싶다면 다음과 같이 입력하면 된다.
sudo chmod 777 [path]
728x90
'Temp' 카테고리의 다른 글
[Ubuntu 18.04] depends on libc6 (>= 2.34), libssl3 (>= 3.0.0) (0) | 2022.09.13 |
---|---|
[Ubuntu] username 변경 (0) | 2022.09.13 |
Ubuntu 18.04 Install (0) | 2022.09.07 |
[Pillow] Improve handling of file resources (0) | 2022.09.05 |
[Ubuntu 18.04] Failed to start NVIDIA Persistence Daemon (0) | 2022.09.05 |