Notice
Recent Posts
Recent Comments
Link
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python
- Xavier
- 엔비디아
- agx
- ubuntu
- Jetson
- 설치
- 파이썬
- 애드센스
- cuda
- Windows
- 티스토리
- Nvidia
- Linux
- Darknet
- tx2
- 라즈베리파이
- 물체검출
- openpose
- GPU
- 블로그
- 딥러닝
- DNN
- YOLO
- openCV
- 영상처리
- 텐서플로우
- tensorflow
- Tistory
- 방법
Archives
엔지니어스 - Engineeus
rmdir: failed to remove 'XX': Directory not empty 본문
Autonomous Tech./Error (Windows & Ubuntu)
rmdir: failed to remove 'XX': Directory not empty
Engineeus 2021. 7. 7. 08:02728x90
<문제 발생>
rmdir: failed to remove 'XX': Directory not empty
rm: failed to remove 'XX': Directory not empty
<해결>
rm -rf XX
- XX : directory name
- -f = to ignore non-existent files, never prompt
- -r = to remove directories and their contents recursively
'Autonomous Tech. > Error (Windows & Ubuntu)' 카테고리의 다른 글
SDK Manager - installation of VisionWorks on Host failed (0) | 2021.07.07 |
---|---|
rm: cannot remove 'home/XX/: Device or resource busy (0) | 2021.07.07 |
Fasoo DRM 문제로 인한 컴퓨터 충돌 문제 해결 (간단) (0) | 2021.05.12 |
import tkinter for Python error (0) | 2020.06.22 |
ubuntu - ubuntu virtual box shared folder doesn't work (0) | 2020.06.10 |
Comments