Notice
Recent Posts
Recent Comments
Link
- Today
- Total
엔지니어스 - 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