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
- 티스토리
- openpose
- python
- Xavier
- Tistory
- openCV
- 물체검출
- 엔비디아
- 애드센스
- 설치
- YOLO
- 파이썬
- DNN
- tensorflow
- tx2
- Jetson
- ubuntu
- 영상처리
- Nvidia
- 블로그
- agx
- Windows
- 방법
- 딥러닝
- GPU
- cuda
- Linux
- Darknet
- 라즈베리파이
- 텐서플로우
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