Ubuntu rm: cannot remove '{디렉토리}': Is a directory
2024. 12. 31. 16:37ㆍOS
해당 디렉토리가 마운트되어 있는 경우
# 확인
mount | grep {디렉토리}
# unmount
sudo umount {디렉토리}
# 디렉토리 삭제
rm -rf {디렉토리}
'OS' 카테고리의 다른 글
Windows에서 NFS 연결하기 (0) | 2025.01.06 |
---|---|
Ubuntu Dell에 설치 (0) | 2025.01.04 |
Ubuntu exportfs 명령어 옵션 (0) | 2024.12.31 |
Ubuntu NFS mount (0) | 2024.12.31 |
Linux \r\n --> \n 변환 (0) | 2024.12.24 |